SpatialImplementation.CurrentImplementation Property
Returns an instance of SpatialImplementation that is currently being used.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Shared Property CurrentImplementation As SpatialImplementation
Get
Friend Set
'Usage
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)
Property Value
Type: System.Spatial.SpatialImplementation