IiPropertiesArea Property (Object) |
Gets the surface area of a component or document.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax ReadOnly Property Area (
componentOrDocName As Object
) As Double
Get
double this[
Object componentOrDocName
] { get; }
Parameters
- componentOrDocName
- Type: SystemObject
Property Value
Type:
DoubleThe area, in the squared length units of the current document.
See Also