RVTDocs.com

RoutingCondition

Constructor
Description:
Creates a new RoutingCondition.
Syntax
public RoutingCondition(
	double diameter
)
Parameters
Parameter Type Description
diameter Double The diameter of a routing segment.
Return Value
Exceptions
Exception Condition
ArgumentOutOfRangeException The given value for diameter must be greater than 0 and no more than 30000 feet.