C#
VB
C++
Returns the object at a given index as the given type.
Protected Overloads Function Getter(Of T)( _
ByVal index As Integer, _
ByVal repetition As Integer _
) As T
protected T Getter<T>(
int index,
int repetition
)
protected:
_T^_ Gettergeneric<typename T>
(
int index,
int repetition
)
index
index for the object to retrieve.
repetition
Maximum repetitions allowed.
T
Returns the object at a given index as the given type.
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