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


IRepresentation.HasShapeOverride Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRepresentation Interface > IRepresentation.HasShapeOverride Property
ArcGIS Developer Help

IRepresentation.HasShapeOverride Property

Indicates if the shape is overriden.

[Visual Basic .NET]
Public ReadOnly Property HasShapeOverride As Boolean
[C#]
public bool HasShapeOverride {get;}
[C++]
HRESULT get_HasShapeOverride(
  Boolean* HasShapeOverride
);
[C++]
Parameters
HasShapeOverride [out, retval]

HasShapeOverride is a parameter of type bool*

Product Availability

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

Remarks

HasShapeOverride property will return True if the feature representation's shape property is overridden. To remove shape override, use RemoveShapeOverride property.

For removing other attribute overrides, use either IOverride::RemoveOverride or IOverride::RemoveOverrides method.

 

See Also

IRepresentation Interface