Share

SettingsGeneral.SettingsStyles Class

default styles.setting class.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsGeneralSettingsStyles


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

Syntax

C#

public sealed class SettingsStyles : TreeOidWrapper

VB

Public NotInheritable Class SettingsStyles
	Inherits TreeOidWrapper

C++

public ref class SettingsStyles sealed : public TreeOidWrapper

The SettingsGeneralSettingsStyles type exposes the following members.

Properties

 NameDescription
Public propertyCurveLabel Gets the default style to use when inserting Curve labels.
Public propertyCurveLabelStyleId Gets the default styleId to use when inserting Curve labels.
Public propertyLineLabel Gets the default style to use when inserting Line labels.
Public propertyLineLabelStyleId Gets the default styleId to use when inserting Line labels.
Public propertyNoteLabel Gets the default style to use when inserting Note labels.
Public propertyNoteLabelStyleId Gets the default styleId to use when inserting Note labels.

See Also

Reference

Was this information helpful?