Gets the mate reference alignment for the specified mate reference entity in the selected mate reference.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property ReferenceAlignment( _
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.ReferenceAlignment(Index) |
C# | |
---|
System.int ReferenceAlignment(
System.int Index
) {get;} |
C++/CLI | |
---|
property System.int ReferenceAlignment {
System.int get(System.int Index);
} |
Parameters
- Index
- Mate reference entity as defined by swMateReferenceIndex_e
Property Value
Type of alignment as defined by swMateReferenceAlignment_e
Example
Remarks
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0