Share

SettingsCmdCreateSampleLines.SettingsCmdAdditionalSampleControls Class

Settings that specify the default behavior for additional sample controls.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsCmdCreateSampleLinesSettingsCmdAdditionalSampleControls


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

Syntax

C#

public sealed class SettingsCmdAdditionalSampleControls : TreeOidWrapper

VB

Public NotInheritable Class SettingsCmdAdditionalSampleControls
	Inherits TreeOidWrapper

C++

public ref class SettingsCmdAdditionalSampleControls sealed : public TreeOidWrapper

The SettingsCmdCreateSampleLinesSettingsCmdAdditionalSampleControls type exposes the following members.

Properties

 NameDescription
Public propertyAtHorizontalGeometryPoints Gets whether additional sample lines are created at horizontal geometry points.
Public propertyAtRangeEnd Gets whether a sample line is created at the beginning of the specified range.
Public propertyAtRangeStart Gets whether a sample line is created at the beginning of the specified range.
Public propertyAtSuperelevationCriticalStations Gets whether additional sample lines are created at superelevation critical stations within the current range.
Public propertyEndRangeAtAlignmentEnd Gets whether the sampling range ends at the end of the alignment.
Public propertyStartRangeAtAlignmentStart Gets whether the sampling range starts at the beginning of the alignment.

See Also

Reference

Was this information helpful?