SoAlgorithmsCreateDataExtractInterface Method |
Returns an instance of the SoDataExtract interface defined in the loaded module.
Namespace: OIV.Inventor.AlgorithmsAssembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoDataExtract CreateDataExtractInterface()
Public Function CreateDataExtractInterface As SoDataExtract
public:
SoDataExtract^ CreateDataExtractInterface()
member CreateDataExtractInterface : unit -> SoDataExtract
Return Value
Type:
SoDataExtractInstance of the SoDataExtract interface.
RemarksIf there is no loaded module it returns the default CPU version.
See Also