GeographyPipeline.BeginGeography Method
Begins drawing a spatial object.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustOverride Sub BeginGeography ( _
type As SpatialType _
)
'Usage
Dim instance As GeographyPipeline
Dim type As SpatialType
instance.BeginGeography(type)
public abstract void BeginGeography(
SpatialType type
)
public:
virtual void BeginGeography(
SpatialType type
) abstract
abstract BeginGeography :
type:SpatialType -> unit
public abstract function BeginGeography(
type : SpatialType
)
Parameters
- type
Type: System.Spatial.SpatialType
The spatial type of the object.