CircleElement
Base Type: GraphicElement
A class graphic element class to display circles.
|
Property |
Type |
Description |
|---|---|---|
|
AutoTransform |
bool |
Indicates if transform is applied to symbols and other parts of element. False = only apply transform to the geometry. |
|
AutoTransformSpecified |
bool |
Indicates if AutoTransform is specified. |
|
FixedAspectRatio |
bool |
Indicates if the bounds has a fixed aspect ratio. |
|
FixedAspectRatioSpecified |
bool |
Indicates if FixedAspectRatio 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 circle element. |
|
Rectangle |
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
Use this object when you want to create and manipulate circle graphics on the map.