This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicElementClass Interface > ISchematicElementClass.GeometryType Property (ArcObjects .NET 10.4 SDK) |
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