Gets or sets the material data condition.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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

ExceptionCondition
System..::..ArgumentException Thrown when setting to a condition type not applicable.

See Also