Gets the SurfaceMask at a specified index in the collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0

Syntax

C#
public SurfaceMask this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As SurfaceMask
	Get
Visual C++
public:
property SurfaceMask^ default[int index] {
	SurfaceMask^ get (int index);
}

Parameters

index
Type: System..::..Int32
Index in the mask collection.

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException Thrown when the index is out of range.

See Also