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: 25.0
Syntax
VB
Property Mass (
componentOrDocName As Object
) As Double
Get
Set
C#
double this[
Object componentOrDocName
] { get; set; }
Parameters
- componentOrDocName
- Type: System.Object
The component or document name.
Property Value
Type:
DoubleThe mass in document units.
See Also
Reference