Geom

Geom class

Contains elements that specify the coordinates of the vertices for the lines and arcs that make up the shape. If the shape has more than one path, there is a Geom element for each path.

Constructors

NameDescription
GeomConstructor.

Properties

NameTypeDescription
IXintThe zero-based index of the element within its parent element.
DelintA flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
CoordinateColCoordinateCollectionCollection of coordinates. It shows sequence of coordinates.
NoFillBoolValueSpecifies whether a path can be filled.
NoLineBoolValueSpecifies whether a line is drawn around the boundary of the path.
NoShowBoolValueSpecifies whether a path is displayed on the drawing page.
NoSnapBoolValueSpecifies whether other shapes snap to a path.
NoQuickDragBoolValueDetermines whether a shape can be selected or dragged when the user clicks the filled area defined by the Geometry secti
NextCoordinateIXintReturns IX value for next shape’s coordinate collection member.

Methods

NameDescription
deepCloneCreates deep copy of this instance.

Geom()

Constructor.

Geom.IX property

The zero-based index of the element within its parent element.

Type: int

Geom.Del property

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.

Type: int

Geom.CoordinateCol property

Collection of coordinates. It shows sequence of coordinates.

Type: CoordinateCollection

Geom.NoFill property

Specifies whether a path can be filled.

Type: BoolValue

Geom.NoLine property

Specifies whether a line is drawn around the boundary of the path.

Type: BoolValue

Geom.NoShow property

Specifies whether a path is displayed on the drawing page.

Type: BoolValue

Geom.NoSnap property

Specifies whether other shapes snap to a path.

Type: BoolValue

Geom.NoQuickDrag property

Determines whether a shape can be selected or dragged when the user clicks the filled area defined by the Geometry section.

Type: BoolValue

Geom.NextCoordinateIX property

Returns IX value for next shape’s coordinate collection member.

Type: int

deepClone()

Creates deep copy of this instance.