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