SoSearchPathActionSetDerivedIsOK Method |
Sets flag to allow search on a type to match derived types.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetDerivedIsOK(
bool derivedIsOK
)
Public Sub SetDerivedIsOK (
derivedIsOK As Boolean
)
public:
void SetDerivedIsOK(
bool derivedIsOK
)
member SetDerivedIsOK :
derivedIsOK : bool -> unit
Parameters
- derivedIsOK
- Type: SystemBoolean
Remarks See Also