Land Auto

Coordinates Property

Coordinates Property

The coordinate properties for various objects.

See Also | Example

Signature: Overview

l AeccContour

l Boundary

l BreakLine

l CogoPoint

l ContourItem

l CrossSectionBlock (Civil Engineering Feature)

l Edge

l ElevationContour

l Face

l ProfileBlock (Civil Engineering Feature)


Returns the vertices of the Contour in XYZ as doubles.

Signature

object.Coordinates

object

AeccContour The object or objects this property applies to.

Coordinates

Variant (three-element array of doubles); read-write
The array of points.


Returns the vertices of the Boundary in ENZ as doubles.

Signature

object.Coordinates

object

Boundary
The object or objects this property applies to.

Coordinates

Variant (three-element array of doubles); read-only
The array of points.


Returns the vertices of the BreakLine in ENZ as doubles

Signature

object.Coordinates

object

BreakLine
The object or objects this property applies to.

Coordinates

Variant (three-element array of doubles); read-only
The array of points.

Remarks

To modify the points for a BreakLine, you must deleted the BreakLine and add a new one.


Returns the point coordinates in XYZ as doubles.

Signature

object.Coordinates

object

CogoPoint
The object or objects this property applies to.

Coordinates

Variant: (3 element array of doubles); read-only
The point coordinate


Returns the vertices of the ContourItem in ENZ as doubles.

Signature

object.Coordinates

object

ContourItem
The object or objects this property applies to.

Coordinates

Variant (three-element array of doubles); read-only
The vertices of the contour. 


Returns the alignment cross section coordinates.

Signature

object.Coordinates

object

CrossSectionBlock
The object or objects this property applies to.

Coordinates

Variant (two-element array of doubles); read-only
The array of X and Y values.

Remarks

The coordinates represent the AutoCAD X and Y position of the alignment cross section where the user selected the bottom insertion point.


Returns the vertices of the Edge in ENZ as doubles.

Signature

object.Coordinates

object

Edge
The object or objects this property applies to.

Coordinates

Variant (6 element array of doubles); read-only
The point coordinate for the start and end of the edge


Returns the vertices of the ElevationContour in ENZ as doubles.

Signature

object.Coordinates Points

object

ElevationContour
The object or objects this property applies to.

Coordinates

Variant (array of doubles); read-only
Contains an array of doubles in the format of Easting, Northing, Elevation, etc.


Returns the vertices of the face in ENZ as doubles.

Signature

object.Coordinates

object

Face
The object or objects this property applies to.

Coordinates

Variant (9 element array of doubles); read-only
The point coordinates for the three points of the face triangle.

Remarks

Returns the coordinates for the face. The vertices are numbered 0, 1, and 2. They are returned in counter-clockwise order.


Returns the Coordinates of the Alignment Profile as AutoCAD X and Y values.

Signature

object.Coordinates

object

ProfileBlock
The object or objects this property applies to.

Coordinates

Variant (two-element array of doubles); read-only
The array of X and Y values.

Remarks

The coordinates represent the AutoCAD X and Y position of the lower left corner of the alignment profile where the user selected the starting point.