Share

IiProperties.CenterOfGravity 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: 29.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: Point
The center of gravity, in the length units of the current document.

See Also

Reference

Was this information helpful?