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