MarkerElement
Base Type: GraphicElement
A graphic element class used to display markers.
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. |
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 marker element. |
Point |
The geometry used to construct the 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
This object is a point graphic (element) placed on a map.
The Geometry object accepts geometry of type "esriGeometryPoint". The Point is used as the geometry with which the symbol is drawn.