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 GeographyChain
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

See Also

Reference

GeographyChain Class

System.Spatial Namespace