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


ISchematicElementClass.GeometryType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicElementClass Interface > ISchematicElementClass.GeometryType Property
ArcGIS Developer Help

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