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


IDERepresentationClass.RequireShapeOverride Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDERepresentationClass Interface > IDERepresentationClass.RequireShapeOverride Property
ArcGIS Developer Help

IDERepresentationClass.RequireShapeOverride Property

Indicates if a shape override is required for feature representations.

[Visual Basic .NET]
Public Property RequireShapeOverride As Boolean
[C#]
public bool RequireShapeOverride {get; set;}
[C++]
HRESULT get_RequireShapeOverride(
  Boolean* RequireShapeOverride
);
[C++]
HRESULT put_RequireShapeOverride(
  VARIANT_BOOL RequireShapeOverride
);
[C++]
Parameters
RequireShapeOverride [out, retval]

RequireShapeOverride is a parameter of type bool* RequireShapeOverride [in]
RequireShapeOverride is a parameter of type bool

Product Availability

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

See Also

IDERepresentationClass Interface