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입니다.

적용 대상