Gets the index of the specified mask in the mask collection.

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

Syntax

C#
public int IndexOf(
	SurfaceMask mask
)
Visual Basic
Public Function IndexOf ( _
	mask As SurfaceMask _
) As Integer
Visual C++
public:
int IndexOf(
	SurfaceMask^ mask
)

See Also