StructureColumnComponentsAddComponent Method |
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.7.0.1190
Syntaxpublic void AddComponent(
string name,
StructureColumnComponentType componentType
)
Public Sub AddComponent (
name As String,
componentType As StructureColumnComponentType
)
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