StructureColumnComponents Class

Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<tableCellComponentVec>]
    Autodesk.Civil.DatabaseServices.StylesStructureColumnComponents

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

The StructureColumnComponents type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of table cell component datas in the collection.
Public propertyItem 
Top
Methods
 NameDescription
Public methodAddComponent Adds a table cell component data to the collection with the default Content("Structure Text") and Justification(Center).
Public methodClear Removes all the table cell component data from the collection.
Public methodRemoveAt(Int32) Removes a table cell component data by index in the collection.
Public methodRemoveAt(String) Removes a table cell component data by name in the collection.
Public methodSwitchComponentsOrder Switch the component data order by index.
Top
See Also