StructureColumnComponentsAddComponent Method

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.7.0.1190
Syntax
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.
See Also