Gets the default intersection options for new intersection
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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 (); }