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