Skip to main content
A newer version of this page is available. .

dxRegisteredMapProjections Method

Provides access to the map projection classes (TdxMapControlCustomProjection descendants) that are registered for use with item-based map layers.

Declaration

function dxRegisteredMapProjections: TcxRegisteredClasses;

Returns

Type
TcxRegisteredClasses

Remarks

Built-in map projection classes are automatically registered within an object returned by this function once the dxMapControlProjections unit is loaded. Use the object’s API to register your own map projection classes.

See Also