Share

ProfileEntity.Constraint2 Property

Gets the construction constraint of the profile entity(by CurveLength, Radius etc.) In UI it is shown as Constraint Type Desc.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public EntityVerticalConstraintType Constraint2 { get; }

VB

Public ReadOnly Property Constraint2 As EntityVerticalConstraintType
	Get

C++

public:
property EntityVerticalConstraintType Constraint2 {
	EntityVerticalConstraintType get ();
}

Property Value

EntityVerticalConstraintType

See Also

Reference

Was this information helpful?