CSPlaneIDListIndexOf Method |
Returns the index of the specified plane identifier.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int IndexOf(
CSPlaneID item
)
Parameters
- item CSPlaneID
- The item to locate.
Return Value
Int32The zero-based index of the item, or -1 if the item was not found.
See Also