Méthode BeginGeometry
Starts the call sequence of a geometry type.
Espace de noms : Microsoft.SqlServer.Types
Assembly : Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Syntaxe
'Déclaration
Sub BeginGeometry ( _
type As OpenGisGeometryType _
)
'Utilisation
Dim instance As IGeometrySink
Dim type As OpenGisGeometryType
instance.BeginGeometry(type)
void BeginGeometry(
OpenGisGeometryType type
)
void BeginGeometry(
OpenGisGeometryType type
)
abstract BeginGeometry :
type:OpenGisGeometryType -> unit
function BeginGeometry(
type : OpenGisGeometryType
)
Paramètres
- type
Type : Microsoft.SqlServer.Types. . :: . .OpenGisGeometryType
OpenGisGeometryType object that indicates the type being created by the call sequence.