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