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