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


INewTextBezierCurveFeedback.Constraint Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

INewTextBezierCurveFeedback.Constraint Property

The constraint on this rubberbander.

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

Parameters constrain [out, retval]
constrain is a parameter of type esriLineConstraints constrain [in]
constrain is a parameter of type esriLineConstraints

Product Availability

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

See Also

INewTextBezierCurveFeedback Interface