SoCADFileFormatIsInitialized Method |
Return true if this plugin has been initialized (init() method called at least once)
Namespace: OIV.Inventor.IO.CADAssembly: OIV.Inventor.IO.CAD (in OIV.Inventor.IO.CAD.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static bool IsInitialized()
Public Shared Function IsInitialized As Boolean
public:
static bool IsInitialized()
static member IsInitialized : unit -> bool
Return Value
Type:
Boolean
Remarks
See Also