Share

SettingsAbbreviation Class

Contains profile and alignment abbreviation strings as specified on the Abbreviations tab of the Drawing Settings dialog box.

Inheritance Hierarchy

SystemObject
  [T:Autodesk.Civil.CivilWrapper<AcDbDatabase>]
    Autodesk.Civil.SettingsSettingsAbbreviation


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

Syntax

C#

public sealed class SettingsAbbreviation : [T:Autodesk.Civil.CivilWrapper<AcDbDatabase>]

VB

Public NotInheritable Class SettingsAbbreviation
	Inherits [T:Autodesk.Civil.CivilWrapper<AcDbDatabase>]

C++

public ref class SettingsAbbreviation sealed : public [T:Autodesk.Civil.CivilWrapper<AcDbDatabase>]

The SettingsAbbreviation type exposes the following members.

Properties

 NameDescription
Public propertyAlignmentGeoPointEntityData Gets Abbreviation settings of Alignment Geometry Point Entity Data
Public propertyAlignmentGeoPointText Gets Abbreviation settings of Alignment Geometry Point Text
Public propertyCant Gets Abbreviation settings for cant.
Public propertyGeneralText Gets Abbreviation settings that are not feature specific.
Public propertyProfile Gets Abbreviation settings of Profile
Public propertySuperelevation Gets Abbreviation settings of Superelevation

See Also

Reference

Was this information helpful?