Share

MEPAnalyticalSegment.GetFlowConvergenceCharacteristic Method

Gets the flow convergence characteristic of the segment.


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public FlowConvergenceCharacteristic GetFlowConvergenceCharacteristic(
	Document doc,
	out FlowPositionCharacteristic outPosition
)

Parameters

doc  Document
The document of this segment.
outPosition  FlowPositionCharacteristic%
The acquired flow position characteristic of the segment, undefined if the convergence characteristic is undefined.

Return Value

FlowConvergenceCharacteristic

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration

See Also

Reference

Was this information helpful?