ArcObjects Library Reference (Schematic)  

ISchematicElementClass.GeometryType Property

Geometry type of the schematic element class.

[Visual Basic .NET]
Public Property GeometryType As esriGeometryType
[C#]
public esriGeometryType GeometryType {get; set;}
[C++]
HRESULT get_GeometryType(
  esriGeometryType* GeometryType
);
[C++]
HRESULT put_GeometryType(
  esriGeometryType GeometryType
);
[C++]

Parameters

GeometryType [out, retval]

  GeometryType is a parameter of type esriGeometryType

GeometryType [in]

  GeometryType is a parameter of type esriGeometryType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicElementClass Interface