AlignmentCriteriaFileName Property

Gets or sets the criteria file name for the current alignment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public string CriteriaFileName { get; set; }

Property Value

String
Exceptions
ExceptionCondition
InvalidOperationException Thrown when changing the property for an OffsetAlignment.
Remarks
The critertia file must keep consistent between the offset alignment and parent alignment.
See Also