ChannelFlow Property

Gets the default settings of channel flow.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public SettingsCmdCreateFlowSegment.SettingsCmdChannelFlow ChannelFlow { get; }

Visual Basic

Public ReadOnly Property ChannelFlow As SettingsCmdCreateFlowSegment.SettingsCmdChannelFlow
	Get

Visual C++

public:
property SettingsCmdCreateFlowSegment.SettingsCmdChannelFlow^ ChannelFlow {
	SettingsCmdCreateFlowSegment.SettingsCmdChannelFlow^ get ();
}

See Also