Share

SettingsCmdCreateOffsetAlignment.SettingsCmdOffsetAlignmentOptions 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.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

 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.

See Also

Reference

Was this information helpful?