Share

SurfaceMaskCollection.IndexOf Method

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



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

Syntax

C#

public int IndexOf(
	SurfaceMask mask
)

VB

Public Function IndexOf ( 
	mask As SurfaceMask
) As Integer

C++

public:
int IndexOf(
	SurfaceMask^ mask
)

Parameters

mask  SurfaceMask
 

Return Value

Int32

See Also

Reference

Was this information helpful?