SpatialPipeline.GeographyPipeline Property
Gets the geography side of the pipeline.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property GeographyPipeline As GeographyPipeline
Get
'Usage
Dim instance As SpatialPipeline
Dim value As GeographyPipeline
value = instance.GeographyPipeline
public virtual GeographyPipeline GeographyPipeline { get; }
public:
virtual property GeographyPipeline^ GeographyPipeline {
GeographyPipeline^ get ();
}
abstract GeographyPipeline : GeographyPipeline
override GeographyPipeline : GeographyPipeline
function get GeographyPipeline () : GeographyPipeline
Property Value
Type: System.Spatial.GeographyPipeline