Share

StructureColumnStyle.SetComponents Method

Sets the table cell components to the structure column style.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public void SetComponents(
	StructureColumnComponents componentDatas
)

VB

Public Sub SetComponents ( 
	componentDatas As StructureColumnComponents
)

C++

public:
void SetComponents(
	StructureColumnComponents^ componentDatas
)

Parameters

componentDatas  StructureColumnComponents
The table cell components.

See Also

Reference

Was this information helpful?