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


IRepresentation.HasShapeOverride Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* HasShapeOverride
);
[C++]

Parameters HasShapeOverride [out, retval] HasShapeOverride is a parameter of type VARIANT_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