SpatialImplementation.Operations Property

Gets or sets the Spatial operations implementation.

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)

Property Value

Type: System.Spatial.SpatialOperations

See Also

Reference

SpatialImplementation Class

System.Spatial Namespace