IiPropertiesMass Property (Object) |
Gets or sets (overrides) the mass of a component or document.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Property Mass (
componentOrDocName As Object
) As Double
Get
Set
double this[
Object componentOrDocName
] { get; set; }
Parameters
- componentOrDocName
- Type: SystemObject
The component or document name.
Property Value
Type:
DoubleThe mass in document units.
See Also