Click or drag to resize

Line Properties

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The Line type exposes the following members.

Properties
  NameDescription
Public propertyColumns
Every GIS object comprises a series of columns. This function returns the names of the columns for this GISObject.
(Inherited from GISObject.)
Public propertyFeatureType
Returns FeatureType.Line.
(Overrides GISObjectFeatureType.)
Public propertyGeometries
The LineString geometries associated with this feature.
Public propertyGeometry Obsolete.
The line geometry associated with this feature.
Public propertyItem
The field of the specified column for this object.
(Inherited from GISObject.)
Public propertyName
The label for this feature.
Public propertyPoints Obsolete.
An array of LatLon points that define this line.
Public propertyType
Returns the line type based on a given flag.
Public propertyWKT
Returns the WKT representation of the Geometry.
(Overrides GISObjectWKT.)
Top
See Also