IiPropertiesCenterOfGravity Property (Object) |
Gets the center of gravity (center of mass) of a component or document.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax ReadOnly Property CenterOfGravity (
componentOrDocName As Object
) As Point
Get
Point this[
Object componentOrDocName
] { get; }
Parameters
- componentOrDocName
- Type: SystemObject
Property Value
Type:
PointThe center of gravity, in the length units of the current document.
See Also