SettingsCmdCreateIntersectionSettingsCmdOffsetsOffsetLengthOptions Property |
Specifies how the length of the offset alignment is determined.
When Select To Intersection Extents is selected, offset alignments are extended to the length of the extent of the intersection object.
When Alignment Start To End is selected, offset alignments are created the length of the parent alignment.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyEnum<OffsetLengthOption> OffsetLengthOptions { get; }
Public ReadOnly Property OffsetLengthOptions As PropertyEnum(Of OffsetLengthOption)
Get
public:
property PropertyEnum<OffsetLengthOption>^ OffsetLengthOptions {
PropertyEnum<OffsetLengthOption>^ get ();
}
Property Value
PropertyEnumOffsetLengthOption
See Also