Gets the style by index from the collection.

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

Syntax

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

Parameters

index
Type: System..::..Int32

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException Thrown when the index is out of range.

See Also