IntersectionOptions Property

Gets the default intersection options for new intersection

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

Syntax

C#

public SettingsCmdCreateIntersection.SettingsCmdIntersectionOptions IntersectionOptions { get; }

Visual Basic

Public ReadOnly Property IntersectionOptions As SettingsCmdCreateIntersection.SettingsCmdIntersectionOptions
	Get

Visual C++

public:
property SettingsCmdCreateIntersection.SettingsCmdIntersectionOptions^ IntersectionOptions {
	SettingsCmdCreateIntersection.SettingsCmdIntersectionOptions^ get ();
}

See Also