The map object.
C# Copy public abstract class MapObject
public abstract class MapObject
Gets or sets visibility of the map object.
C# Copy public abstract bool IsVisible { get; set; }
public abstract bool IsVisible { get; set; }
Related topics
Samples
Guides