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