AlignmentCriteriaFileName Property |
Gets or sets the criteria file name for the current alignment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic string CriteriaFileName { get; set; }
Public Property CriteriaFileName As String
Get
Set
public:
property String^ CriteriaFileName {
String^ get ();
void set (String^ value);
}
Property Value
String
ExceptionsException | Condition |
---|
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