CodeSetStyleItem Class

Defines the style to apply to a specific code.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbRoadwayStyleSet>]
    Autodesk.Civil.DatabaseServices.StylesCodeSetStyleItem

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class CodeSetStyleItem : [T:Autodesk.Civil.CivilWrapper<AeccDbRoadwayStyleSet>]

The CodeSetStyleItem type exposes the following members.

Properties
 NameDescription
Public propertyClassification Gets or Sets the code style classification.
Public propertyCode Gets or sets the code string.
Public propertyCodeStyleId Gets or sets the ID of the code style for this code.
Public propertyCodeStyleName Gets or Sets the code style name.
Public propertyDescription Gets or sets the description for the CodeSetStyleItem.
Public propertyFeatureLineStyleId Gets or Sets the feature line style object id.
Public propertyFeatureLineStyleName Gets or Sets the feature line style name.
Public propertyItemType Gets the code set style item type.
Public propertyLabelStyleId Gets or Sets the label style object id.
Public propertyLabelStyleName Gets or Sets the label style name.
Public propertyMaterialAreaFillStyleId Gets or Sets the object id of the shape style used to fill the material area.
Public propertyMaterialAreaFillStyleName Gets or Sets the name of the shape style used to fill the material area.
Public propertyPayItems Gets or Sets the payitem list.
Public propertyRenderMaterialStyleId Gets or Sets the object id of render material style .
Public propertyRenderMaterialStyleName Gets or Sets the name of render material style.
Public propertyStyleType Gets the subassembly subentity style type.
Top
See Also