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: 25.0
Syntax
VB
ReadOnly Property CenterOfGravity (
componentOrDocName As Object
) As Point
Get
C#
Point this[
Object componentOrDocName
] { get; }
Parameters
- componentOrDocName
- Type: System.Object
Property Value
Type:
PointThe center of gravity, in the length units of the current document.
See Also
Reference