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


ISchematicElementClass.GeometryType Property (ArcObjects .NET 10.5 SDK)
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