BeginGeo Method

Begins geo.

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

Syntax

'Declaration
Protected Overridable Sub BeginGeo ( _
    type As SpatialType _
)
'Usage
Dim type As SpatialType

Me.BeginGeo(type)
protected virtual void BeginGeo(
    SpatialType type
)
protected:
virtual void BeginGeo(
    SpatialType type
)
abstract BeginGeo : 
        type:SpatialType -> unit 
override BeginGeo : 
        type:SpatialType -> unit 
protected function BeginGeo(
    type : SpatialType
)

Parameters

See Also

Reference

BaseSpatialFactory Class

System.Spatial Namespace