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

適用於