dxRegisteredMapProjections Method
Provides access to all registered map projection classes.
Declaration
function dxRegisteredMapProjections: TcxRegisteredClasses;
Returns
| Type | Description |
|---|---|
| TcxRegisteredClasses | The collection of registered map projection classes. |
Remarks
Call the dxRegisteredMapProjections global function to access all map projection classes (TdxMapControlCustomProjection descendants) that you can use with item and item file layers.
See Also