Gets the entity constraint of the profile entity.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ProfileEntityConstraintType Constraint1 { get; }
VB
Public ReadOnly Property Constraint1 As ProfileEntityConstraintType Get
C++
public: property ProfileEntityConstraintType Constraint1 { ProfileEntityConstraintType get (); }