Gets and sets whether to flip the belt to the other side of each pulley.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FlipSides As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IBeltChainFeatureData
Dim value As System.Object
instance.FlipSides = value
value = instance.FlipSides |
C# | |
---|
System.object FlipSides {get; set;} |
C++/CLI | |
---|
property System.Object^ FlipSides {
System.Object^ get();
void set ( & System.Object^ value);
} |
Property Value
Array of booleans; true to flip pulley sides, false to not
Example
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30