QTOMaterialItemCondition Property |
Gets or sets the material data condition.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic MaterialConditionType Condition { get; set; }
Public Property Condition As MaterialConditionType
Get
Set
public:
property MaterialConditionType Condition {
MaterialConditionType get ();
void set (MaterialConditionType value);
}
Property Value
MaterialConditionType
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when setting to a condition type not applicable.
|
See Also