Gets and sets whether to specify belt thickness.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseBeltThickness As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBeltChainFeatureData
Dim value As System.Boolean
instance.UseBeltThickness = value
value = instance.UseBeltThickness |
C# | |
---|
System.bool UseBeltThickness {get; set;} |
C++/CLI | |
---|
property System.bool UseBeltThickness {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to specify belt thickness, false to not
Example
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30