ArcGIS Developer Help  (GeoDatabase)    

IFeatureClassName.ShapeType Property

The feature class shape type.

[Visual Basic 6.0]
Property ShapeType As esriGeometryType
[Visual Basic .NET]
Public Property ShapeType As esriGeometryType
[C#]
public esriGeometryType ShapeType {get; set;}
[Java]
public esriGeometryType getShapeType()
throws
    IOException,
    AutomationException
[Java]
public void setShapeType(
esriGeometryType psriGeometryType
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_ShapeType(
  esriGeometryType* Type
);
[C++]
HRESULT put_ShapeType(
  esriGeometryType Type

);

[C++]

Parameters

Type [out, retval]

  Type is a parameter of type esriGeometryType

Type [in]

  Type is a parameter of type esriGeometryType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFeatureClassName Interface

 


Feedback Send feedback on this page