Gets and sets the diameters of the pulleys.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PulleyDiameters As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IBeltChainFeatureData
Dim value As System.Object
instance.PulleyDiameters = value
value = instance.PulleyDiameters |
C# | |
---|
System.object PulleyDiameters {get; set;} |
C++/CLI | |
---|
property System.Object^ PulleyDiameters {
System.Object^ get();
void set ( & System.Object^ value);
} |
Property Value
Array of diameters
Example
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30