BeginGeo Method

Begins a spatial object.

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

Syntax

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

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

Parameters

See Also

Reference

GeographyFactory< (Of < ( <'T> ) > ) > Class

System.Spatial Namespace