Freigeben über


SpatialImplementation.Operations-Eigenschaft

Ruft die Implementierung räumlicher Vorgänge ab oder legt sie fest.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public MustOverride Property Operations As SpatialOperations
    Get
    Set
'Usage
Dim instance As SpatialImplementation
Dim value As SpatialOperations

value = instance.Operations

instance.Operations = value
public abstract SpatialOperations Operations { get; set; }
public:
virtual property SpatialOperations^ Operations {
    SpatialOperations^ get () abstract;
    void set (SpatialOperations^ value) abstract;
}
abstract Operations : SpatialOperations with get, set
abstract function get Operations () : SpatialOperations
abstract function set Operations (value : SpatialOperations)

Eigenschaftswert

Typ: System.Spatial.SpatialOperations

Siehe auch

Verweis

SpatialImplementation Klasse

System.Spatial-Namespace