Click or drag to resize

Metodo QsHelperDocumentIsDocumentAlreadyOpened

Determines whether the document is already opened in Inventor

Namespace: InvNetLib.FutureLibrary
Assembly: InvNetLib (in InvNetLib.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassi
C#
public static bool IsDocumentAlreadyOpened(
	string docPath,
	Application invapp,
	ref Document foundDoc,
	bool visibleOnly = false
)

Parametri

docPath  String
The document path.
invapp  Application
The invapp.
foundDoc  Document
The found document.
visibleOnly  Boolean  (Optional)

[Manca <param nome="visibleOnly"/> documentazione per "M:InvNetLib.FutureLibrary.QsHelperDocument.IsDocumentAlreadyOpened(System.String,Inventor.Application,Inventor.Document@,System.Boolean)"]

Valore di ritorno

Boolean

[Manca la documentazione <returns> per "M:InvNetLib.FutureLibrary.QsHelperDocument.IsDocumentAlreadyOpened(System.String,Inventor.Application,Inventor.Document@,System.Boolean)"]

Vedi anche