SurfaceMaskCollectionIndexOf Method |
Gets the index of the specified mask in the mask collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic int IndexOf(
SurfaceMask mask
)
Public Function IndexOf (
mask As SurfaceMask
) As Integer
public:
int IndexOf(
SurfaceMask^ mask
)
Parameters
- mask SurfaceMask
-
Return Value
Int32
See Also