StageDesignCollectionUseOverallVoidRatio Property |
Gets or sets whether to use overall void ratio for all items.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic bool UseOverallVoidRatio { get; set; }Public Property UseOverallVoidRatio As Boolean
Get
Set
public:
property bool UseOverallVoidRatio {
bool get ();
void set (bool value);
}Property Value
Boolean
True if using a single overall void ratio for all items; false if each item has its own void ratio.
Remarks
When true, the OverallVoidRatio property value applies to all items. When false, each item
uses its individual VoidRatio property.
See Also