The IPrxMapScales interface contains properties and methods of the collection of regular report scales.
The interface is used to work with an old format map (*.tbs). To work with a new format map (*.svg), use the IVzMapChart and IEaxMapChart interfaces.
Property name | Brief description | |
Count | The Count property returns the number of regular report scales. | |
Item | The Item property returns an object containing a regular report scale. |
Method name | Brief description | |
Add | The Add method adds a regular report scale. | |
Clear | The Clear method deletes all regular report scales. | |
FindById | The FindById method searches for a regular report scale. | |
Remove | The Remove method removes a regular report scale. |
See also: