Adds a table cell component data to the collection with the default Content("Structure Text") and Justification(Center).
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public void AddComponent( string name, StructureColumnComponentType componentType )
Visual Basic
Public Sub AddComponent ( _ name As String, _ componentType As StructureColumnComponentType _ )
Visual C++
public: void AddComponent( String^ name, StructureColumnComponentType componentType )
Parameters
- name
- Type: System.String
The name of the table cell component data.
- componentType
- Type: Autodesk.Civil.StructureColumnComponentType
The type of the table cell component data.