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


IDERepresentationClass.RequireShapeOverride Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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

Parameters RequireShapeOverride [out, retval] RequireShapeOverride is a parameter of type VARIANT_BOOL RequireShapeOverride [in] RequireShapeOverride is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDERepresentationClass Interface