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


INewEnvelopeFeedback.Constraint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IN > INewEnvelopeFeedback Interface > INewEnvelopeFeedback.Constraint Property
ArcGIS Developer Help

INewEnvelopeFeedback.Constraint Property

The constraint on this rubberbander.

[Visual Basic .NET]
Public Property Constraint As esriEnvelopeConstraints
[C#]
public esriEnvelopeConstraints Constraint {get; set;}
[C++]
HRESULT get_Constraint(
  esriEnvelopeConstraints* constrain
);
[C++]
HRESULT put_Constraint(
  esriEnvelopeConstraints constrain
);
[C++]
Parameters
constrain [out, retval]

constrain is a parameter of type esriEnvelopeConstraints* constrain [in]
constrain is a parameter of type esriEnvelopeConstraints

Product Availability

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

See Also

INewEnvelopeFeedback Interface