C#
VB
C++
Determines the index of a specific Renderer name in the collection.
public int IndexOf(
string name
)
Public Overloads Function IndexOf( _
ByVal name As String _
) As Integer
public:
int IndexOf(
String^ name
)
name
The Renderer name to locate in the collection.
The zero-based index of the found item; otherwise -1 if no item found.
This method searches the underlying item collection to locate the item name specified.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET