Create an empty geometry of the specified ESRI shape file type.
[Visual Basic .NET] Public Sub CreateEmptyGeometryByESRIType ( _ ByVal shapeType As esriShapeType, _ ByRef outGeometry As IGeometry _ )
[C#] public void CreateEmptyGeometryByESRIType ( esriShapeType shapeType, ref IGeometry outGeometry );
[C++]
HRESULT CreateEmptyGeometryByESRIType(
esriShapeType shapeType,
IGeometry** outGeometry
);
[C++]Parameters
shapeTypeshapeType is a parameter of type esriShapeType
outGeometry [out]outGeometry is a parameter of type IGeometry
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.