Gets or sets the material data condition.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public MaterialConditionType Condition { get; set; }
Visual Basic
Public Property Condition As MaterialConditionType Get Set
Visual C++
public: property MaterialConditionType Condition { MaterialConditionType get (); void set (MaterialConditionType value); }
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when setting to a condition type not applicable. |