MapControl.Is3DSupported 属性

定义

获取一个值,该值指示映射中是否支持 3D。

public:
 property bool Is3DSupported { bool get(); };
bool Is3DSupported();
public bool Is3DSupported { get; }
var boolean = mapControl.is3DSupported;
Public ReadOnly Property Is3DSupported As Boolean

属性值

Boolean

bool

如果映射中支持 3D,则为 true;否则为 false

适用于