ArcObjects Library Reference (Display)  

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 [out, retval]

  geomType is a parameter of type esriGeometryType

geomType [in]

  geomType is a parameter of type esriGeometryType

Product Availability

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

See Also

IRepresentationRuleItem Interface