Gets the section label set item at the given index.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public SectionLabelSetItem this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As SectionLabelSetItem Get |
Visual C++ |
---|
public: property SectionLabelSetItem^ default[int index] { SectionLabelSetItem^ get (int index); } |
Parameters
- index
- Type: System..::..Int32
Specified the section label set item by index.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | Thrown when the index is out of the collection's range. |