Solid Edge User want to open file in View and Markup application using automation

2021-10-06T23:56:37Z
PART/SHEETMETAL

Summary


Details

User want to open file in View and Markup application using automation

Solution

User can open part file in View and Markup application using Solid Edge (OpenFileInVMFromAutomation()) API.
For Example:

Imports System.Runtime.InteropServices


Module Module1


    Sub Main()
        Dim application As InsightConnect.IVMApp = Nothing
        
        Try
            application = New InsightConnect.VMApplication()
            application.Visible = True
            application.OpenFileInVMFromAutomation("C:\Part1.par")


        Catch ex As System.Exception
            Console.WriteLine(ex)
        Finally
            application.Quit()
        End Try
    End Sub


End Module

Hardware/Software Configuration

Platform: AMD64
OS: windows
OS Version: 764
Product: SOLID_EDGE
Application: AUTOMATION
Version: V220MP5
Function: API_DOCUMENT

Ref: 002-8016514

KB Article ID# PL8016514

Contents

SummaryDetails

Associated Components

PART/SHEETMETAL: FEATURES