Measurements Members
In This Article
#Properties
Name | Description |
---|---|
Area |
Gets or sets measurement units for area rulers. |
Distance |
Gets or sets measurement units for distance rulers. |
Show |
Specifies whether the Measurements toolbar is displayed. |
Style | Returns ruler style options. |
Toolbar |
Returns the Measurements toolbar options. |
#Methods
Name | Description |
---|---|
Create |
Creates a ruler with the specified style and type to measure the distance or the area between coordinate points passed as the second parameter. |
Create |
Creates a ruler of the specified type to measure distance or area between coordinate points passed as the second parameter. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Insert |
Inserts a new point in the ruler. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes a point with the specified index. |
Remove |
Removes the ruler passed as a parameter from the map. |
Remove |
Removes all rulers from the map. |
Set |
Activates the Measurements object’s Create mode. |
Set |
Enables Edit mode of the Measurements object. |
To |
Returns the short class name enclosed in parentheses. |
Update |
Changes the coordinates of a point with the specified index. |
#Events
Name | Description |
---|---|
After |
Occurs after a user creates a ruler. |
After |
|
Before |
Occurs when a user starts ruler creation. |
Before |
See Also