LineElement
Base Type: GraphicElement
A graphic element class to display lines.
Property |
Type |
Description |
---|---|---|
AutoTransform |
bool |
Indicates if transform is applied to symbols and other parts of element. False = only apply transform to geometry. |
AutoTransformSpecified |
bool |
Indicates if AutoTransform is specified. |
FixedAspectRatio |
bool |
Indicates if the element has a fixed aspect ratio. |
FixedAspectRatioSpecified |
bool |
Indicates if FixedAspectRatio is specified. |
Line |
The geometry used to construct the element. | |
Locked |
bool |
Indicates if the element is in a read-only state. |
LockedSpecified |
bool |
Indicates if Locked is specified. |
Name |
string |
The name of the circle element. |
ReferenceScale |
double |
The reference scale of the element. |
ReferenceScaleSpecified |
bool |
Indicates if the ReferenceScale is specified. |
Symbol |
The symbol to be used. | |
Type |
string |
The type of the element. |
Remarks
These objects are line graphics (elements) placed on the map. Use this object when you want to manipulate the line symbol being used to display the element.
The Geometry class accepts geometry of type "esriGeometryPolyline".