StageDesignCollectionUseOverallVoidRatio Property

Gets or sets whether to use overall void ratio for all items.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public bool UseOverallVoidRatio { get; set; }

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