SettingsCmdCreateOffsetAlignmentSettingsCmdOffsetAlignmentOptions Class

Settings for the offset alignment options.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsCmdCreateOffsetAlignmentSettingsCmdOffsetAlignmentOptions

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SettingsCmdOffsetAlignmentOptions : TreeOidWrapper

The SettingsCmdCreateOffsetAlignmentSettingsCmdOffsetAlignmentOptions type exposes the following members.

Properties
 NameDescription
Public propertyFromParentAlignmentStart Specifies whether to create offset alignment from parent alignment start.
Public propertyIncrementalOffsetValueLeftSide Specifies the incremental offset value to the left side.
Public propertyIncrementalOffsetValueRightSide Specifies the incremental offset value to the right side.
Public propertyNumberOfOffsetsLeftSide Specifies the number of offsets to the left side.
Public propertyNumberOfOffsetsRightSide Specifies the number of offsets to the right side.
Public propertyToParentAlignmentEnd Specifies whether to create offset alignment to parent alignment end.
Top
See Also