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