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


IESRIShape.QueryESRIShapeType Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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,
  long* 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