Gets and sets the belt length.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property BeltLength As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IBeltChainFeatureData
Dim value As System.Double
instance.BeltLength = value
value = instance.BeltLength |
C# | |
---|
System.double BeltLength {get; set;} |
C++/CLI | |
---|
property System.double BeltLength {
System.double get();
void set ( & System.double value);
} |
Property Value
Belt length
Example
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30