AlignmentCriteriaFileName Property |
Gets or sets the criteria file name for the current alignment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
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
Exceptions
Remarks
The critertia file must keep consistent between the offset alignment and parent alignment.
See Also