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.280
Syntax
C#
public sealed class StructureColumnComponents : [T:Autodesk.Civil.CivilWrapper<tableCellComponentVec>]
VB
Public NotInheritable Class StructureColumnComponents Inherits [T:Autodesk.Civil.CivilWrapper<tableCellComponentVec>]
C++
public ref class StructureColumnComponents sealed : public [T:Autodesk.Civil.CivilWrapper<tableCellComponentVec>]
The StructureColumnComponents type exposes the following members.
Properties
Methods
Name | Description | |
---|---|---|
![]() | AddComponent | Adds a table cell component data to the collection with the default Content("Structure Text") and Justification(Center). |
![]() | Clear | Removes all the table cell component data from the collection. |
![]() | RemoveAt(Int32) | Removes a table cell component data by index in the collection. |
![]() | RemoveAt(String) | Removes a table cell component data by name in the collection. |
![]() | SwitchComponentsOrder | Switch the component data order by index. |