Gets the collection of alignment parameters.
Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ParamAlignmentCollection ParamsAlignment { get; }
VB
Public ReadOnly Property ParamsAlignment As ParamAlignmentCollection Get
C++
public: property ParamAlignmentCollection^ ParamsAlignment { ParamAlignmentCollection^ get (); }