SoRenderListGetRenderObjectType Method |
Returns the i th type of the search list.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic Type GetRenderObjectType(
int i
)
Public Function GetRenderObjectType (
i As Integer
) As Type
public:
Type^ GetRenderObjectType(
int i
)
member GetRenderObjectType :
i : int -> Type
Parameters
- i
- Type: SystemInt32
Return Value
Type:
Type
Remarks
See Also