Share

DuctSizeSettings.GetSizeCount Method

Get the size count of the duct size table. The duct shape determines the location of the size in the size table.


Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public int GetSizeCount(
	DuctShape shape
)

Parameters

shape  DuctShape
The shape of duct.

Return Value

Int32

Exceptions

ExceptionCondition
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration

See Also

Reference

Was this information helpful?