Settings for the offset alignment options.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.SettingsSettingsCmdCreateOffsetAlignmentSettingsCmdOffsetAlignmentOptions
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SettingsCmdOffsetAlignmentOptions : TreeOidWrapper
VB
Public NotInheritable Class SettingsCmdOffsetAlignmentOptions Inherits TreeOidWrapper
C++
public ref class SettingsCmdOffsetAlignmentOptions sealed : public TreeOidWrapper
The SettingsCmdCreateOffsetAlignmentSettingsCmdOffsetAlignmentOptions type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| FromParentAlignmentStart | Specifies whether to create offset alignment from parent alignment start. | |
| IncrementalOffsetValueLeftSide | Specifies the incremental offset value to the left side. | |
| IncrementalOffsetValueRightSide | Specifies the incremental offset value to the right side. | |
| NumberOfOffsetsLeftSide | Specifies the number of offsets to the left side. | |
| NumberOfOffsetsRightSide | Specifies the number of offsets to the right side. | |
| ToParentAlignmentEnd | Specifies whether to create offset alignment to parent alignment end. |
