SoRasterReaderSetGetReaderAt Method |
Returns the type of reader at the specified index.
Namespace: OIV.Inventor.ImageAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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:
TypeRemarks See Also