This document is archived and information here might be outdated.  Recommended version.


IESRIShape.QueryESRIShapeType Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IESRIShape Interface > IESRIShape.QueryESRIShapeType Method
ArcGIS Developer Help

IESRIShape.QueryESRIShapeType Method

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,
  System.Int32* shapeModifiers
);
[C++]
Parameters
basicShapeType 

basicShapeType 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.

See Also

IESRIShape Interface