Gets the table cell component data at a specified index in the collection.

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

Syntax

C#
public StructureColumnComponentData this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As StructureColumnComponentData
	Get
Visual C++
public:
property StructureColumnComponentData^ default[int index] {
	StructureColumnComponentData^ get (int index);
}

Parameters

index
Type: System..::..Int32
The index of the table cell component data.

See Also