Gets or sets the criteria file name for the current alignment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public string CriteriaFileName { get; set; }
Visual Basic
Public Property CriteriaFileName As String
Get
Set
Visual C++
public: property String^ CriteriaFileName { String^ get (); void set (String^ value); }
Remarks
The critertia file must keep consistent between the offset alignment and parent alignment.
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when changing the property for an OffsetAlignment. |