현재 사용 중인 Spatialimplementation의 인스턴스를 반환합니다.
네임스페이스: System.Spatial
어셈블리: System.Spatial(System.Spatial.dll)
구문
‘선언
Public Shared Property CurrentImplementation As SpatialImplementation
Get
Friend Set
‘사용 방법
Dim value As SpatialImplementation
value = SpatialImplementation.CurrentImplementation
public static SpatialImplementation CurrentImplementation { get; internal set; }
public:
static property SpatialImplementation^ CurrentImplementation {
SpatialImplementation^ get ();
internal: void set (SpatialImplementation^ value);
}
static member CurrentImplementation : SpatialImplementation with get, internal set
static function get CurrentImplementation () : SpatialImplementation
internal static function set CurrentImplementation (value : SpatialImplementation)
속성 값
유형: System.Spatial.SpatialImplementation