This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRepresentation Interface > IRepresentation.HasShapeOverride Property (ArcObjects .NET 10.5 SDK) |
Indicates if the shape is overriden.
[Visual Basic .NET] Public ReadOnly Property HasShapeOverride As Boolean
[C#] public bool HasShapeOverride {get;}
[C++]
HRESULT get_HasShapeOverride(
VARIANT_BOOL* HasShapeOverride
);
[C++]
Parameters HasShapeOverride [out, retval] HasShapeOverride is a parameter of type VARIANT_BOOL
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.