返回当前使用的 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