Gets the mate type for the specified entity in this mate reference.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property ReferenceType( _
ByVal Index As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IMateReference
Dim Index As System.Integer
Dim value As System.Integer
value = instance.ReferenceType(Index) |
C# | |
---|
System.int ReferenceType(
System.int Index
) {get;} |
C++/CLI | |
---|
property System.int ReferenceType {
System.int get(System.int Index);
} |
Parameters
- Index
- Mate reference entity as defined by swMateReferenceIndex_e
Property Value
Mate reference type as defined by
swMateReferenceType_e
Example
Remarks
See Also
Availability
SOLIDWORKS 2005 FCS, Revision Number 13.0