Share

StructureColumnComponentData.ComponentType Property

Gets the type of the table cell component data.



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

Syntax

C#

public StructureColumnComponentType ComponentType { get; }

VB

Public ReadOnly Property ComponentType As StructureColumnComponentType
	Get

C++

public:
property StructureColumnComponentType ComponentType {
	StructureColumnComponentType get ();
}

Property Value

StructureColumnComponentType

See Also

Reference

Was this information helpful?