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