This document is archived and information here might be outdated. Recommended version. |
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*