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