Geom Object

Geometry objects are returned by the shape creation methods (NewRect, NewCircle, etc.) Geometry objects may be manipulated in a variety of ways through the methods exposed by their interface. All coordinates and length related values are passed/returned in the current default script units. Unless changed through LayoutHost.LengthUnits, all values are by default assumed to be in meters (SI units).

Example:

var rect = LayoutHost.NewRect(layer, 0, 0, l, w, 0);

Related Topics:

Geom Object Properties

Geom Object Methods