Gets the specified mate entity in this mate reference.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property ReferenceEntity2( _
ByVal Index As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IMateReference
Dim Index As System.Integer
Dim value As System.Object
value = instance.ReferenceEntity2(Index) |
C# | |
---|
System.object ReferenceEntity2(
System.int Index
) {get;} |
C++/CLI | |
---|
property System.Object^ ReferenceEntity2 {
System.Object^ get(System.int Index);
} |
Parameters
- Index
- Mate reference entity as defined in swMateReferenceIndex_e
Property Value
IEntity or
ISketchPoint (see
Remarks)
Example
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0