Unloads the specified plugin library.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static bool RemovePlugin(
string fileName
)
Public Shared Function RemovePlugin (
fileName As String
) As Boolean
public:
static bool RemovePlugin(
String^ fileName
)
static member RemovePlugin :
fileName : string -> bool
Parameters
- fileName
- Type: SystemString
Return Value
Type:
BooleanRemarks See Also