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
| Name | Description |
|---|---|
| Geom | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| IX | int | The zero-based index of the element within its parent element. |
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| CoordinateCol | CoordinateCollection | Collection of coordinates. It shows sequence of coordinates. |
| NoFill | BoolValue | Specifies whether a path can be filled. |
| NoLine | BoolValue | Specifies whether a line is drawn around the boundary of the path. |
| NoShow | BoolValue | Specifies whether a path is displayed on the drawing page. |
| NoSnap | BoolValue | Specifies whether other shapes snap to a path. |
| NoQuickDrag | BoolValue | Determines whether a shape can be selected or dragged when the user clicks the filled area defined by the Geometry secti |
| NextCoordinateIX | int | Returns IX value for next shape’s coordinate collection member. |
Methods
| Name | Description |
|---|---|
| deepClone | Creates 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.