Share

ColumnStyleCollection Class

A collection of ColumnStyle objects.

Inheritance Hierarchy

SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbScheduleTableStyle>]
    Autodesk.Civil.DatabaseServices.StylesColumnStyleCollection


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

Syntax

C#

public sealed class ColumnStyleCollection : [T:Autodesk.Civil.CivilWrapper<AeccDbScheduleTableStyle>], 
	IEnumerable<ColumnStyle>

VB

Public NotInheritable Class ColumnStyleCollection
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbScheduleTableStyle>]
	Implements IEnumerable(Of ColumnStyle)

C++

public ref class ColumnStyleCollection sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbScheduleTableStyle>], 
	IEnumerable<ColumnStyle^>

The ColumnStyleCollection type exposes the following members.

Properties

 NameDescription
Public propertyCount Gets the number of column styles in the collection.
Public propertyItem 

Methods

 NameDescription
Public methodAdd Adds a ColumnStyle to the collection using column width and value, 0 width for auto width.
Public methodGetEnumerator Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection.
Public methodGetObjectEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
Public methodRemoveAt Removes column style by index in the collection, the first column of the collection cannot be removed.

See Also

Reference

Was this information helpful?