| SoRasterReaderSetGetReaderAt Method  | 
Returns the type of reader at the specified index. 
 
Namespace: OIV.Inventor.ImageAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static Type GetReaderAt(
	int index
)
Public Shared Function GetReaderAt ( 
	index As Integer
) As Type
public:
static Type^ GetReaderAt(
	int index
)
static member GetReaderAt : 
        index : int -> Type 
Parameters
- index
 - Type: SystemInt32
 
Return Value
Type: 
Type
Remarks
See Also