Share

SettingsCmdCreateIntersection.SettingsCmdCurbReturnProfileRules Class

Settings for the default curb return profile rules of new intersection

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsCmdCreateIntersectionSettingsCmdCurbReturnProfileRules


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

Syntax

C#

public sealed class SettingsCmdCurbReturnProfileRules : TreeOidWrapper

VB

Public NotInheritable Class SettingsCmdCurbReturnProfileRules
	Inherits TreeOidWrapper

C++

public ref class SettingsCmdCurbReturnProfileRules sealed : public TreeOidWrapper

The SettingsCmdCreateIntersectionSettingsCmdCurbReturnProfileRules type exposes the following members.

Properties

 NameDescription
Public propertyDefineCurbReturnProfileBy Specifies the method that is used to define the curb return profile.
Public propertyExtendProfileAlongIncomingLane Specifies whether or not to extend the curb return profile along the incoming lane of the intersection.
Public propertyExtendProfileAlongOutgoingLane Specifies whether or not to extend the curb return profile along the outgoing lane of the intersection.
Public propertyLengthToExtendAlongIncomingLane When Extend Profile Along Incoming Lane is set to yes, this option lets you specify the length to extend the curb return profile along the incoming lane of the intersection.
Public propertyLengthToExtendAlongOutgoingLane When Extend Profile Along Incoming Lane is set to yes, this option lets you specify the length to extend the curb return profile along the outgoing lane of the intersection.

See Also

Reference

Was this information helpful?