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


IRepresentationRuleItem.GeometryType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRepresentationRuleItem Interface > IRepresentationRuleItem.GeometryType Property
ArcGIS Developer Help

IRepresentationRuleItem.GeometryType Property

The type of geometry used by the rule.

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

geomType is a parameter of type esriGeometryType geomType [out, retval]
geomType is a parameter of type esriGeometryType*

Product Availability

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

See Also

IRepresentationRuleItem Interface