IndexOf Method

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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