TdxMapLayer.IsActuallyVisible Method
Indicates if the layer is rendered on a map.
Declaration
function IsActuallyVisible: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the following conditions are met:
The layer’s Visible property is set to True;
The layer is associated with a map projection.
See Also