Gets or sets the reference entity for the specified reference for this reference plane feature.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Property Reference( _
   ByVal Index As System.Integer _
) As System.Object | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IRefPlaneFeatureData
Dim Index As System.Integer
Dim value As System.Object
 
instance.Reference(Index) = value
 
value = instance.Reference(Index) | 
| C# |  | 
|---|
| System.object Reference( 
   System.int Index
) {get; set;} | 
| C++/CLI |  | 
|---|
| property System.Object^ Reference {
   System.Object^ get(System.int Index);
   void set (System.int Index, System.Object^ value);
} | 
Parameters
- Index
- Index of the specified reference as defined in swRefPlaneReferenceIndex_e
Property Value
Reference entity
Remarks
            
            
            See Also
 
            Availability
SOLIDWORKS 2010 FCS, Revision Number 18.0