Sets the specified datum target reference label.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetDatumReferenceLabel( _
ByVal WhichOne As System.Integer, _
ByVal Text As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDatumTargetSym
Dim WhichOne As System.Integer
Dim Text As System.String
Dim value As System.Boolean
value = instance.SetDatumReferenceLabel(WhichOne, Text) |
C# | |
---|
System.bool SetDatumReferenceLabel(
System.int WhichOne,
System.string Text
) |
C++/CLI | |
---|
System.bool SetDatumReferenceLabel(
& System.int WhichOne,
& System.String^ Text
) |
Parameters
- WhichOne
0-based index indicating the datum reference label to set
- Text
Datum reference label
Return Value
True if the datum reference label is set successfully, false if it was not
Example
Remarks
See Also
Availability
SOLIDWORKS 2000 FCS, Revision Number 8.0