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