Gets or sets the criteria file name for the current alignment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException |
Thrown when changing the property for an OffsetAlignment.
|
See Also