Returns the basic type and modifiers (combination of esriShapeModifiers) that define the geometry's shape type, as it was last exported.
[Visual Basic .NET] Public Sub QueryESRIShapeType ( _ ByRef basicShapeType As esriShapeType, _ ByRef shapeModifiers As Integer _ )
[C#] public void QueryESRIShapeType ( ref esriShapeType basicShapeType, ref int shapeModifiers );
[C++]
HRESULT QueryESRIShapeType(
esriShapeType* basicShapeType,
long* shapeModifiers
);
[C++]Parameters
basicShapeTypebasicShapeType is a parameter of type esriShapeType
shapeModifiers shapeModifiers is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.