Share

AlignmentLine.Constraint2 Property

Gets the AlignmentLine entity constraint type.



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

Syntax

C#

public AlignmentLineConstraintType Constraint2 { get; }

VB

Public ReadOnly Property Constraint2 As AlignmentLineConstraintType
	Get

C++

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

Property Value

AlignmentLineConstraintType

See Also

Reference

Was this information helpful?