SoSearchActionGetType Method (Boolean) |
Returns the node type to search for.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public Type GetType(
out bool derivedIsOk
)
Public Function GetType (
<OutAttribute> ByRef derivedIsOk As Boolean
) As Type
public:
Type^ GetType(
[OutAttribute] bool% derivedIsOk
)
member GetType :
derivedIsOk : bool byref -> Type
Parameters
- derivedIsOk
- Type: SystemBoolean
Return Value
Type:
TypeRemarks See Also