Click or drag to resize

Metodo QsInventorUtilsHasModelStates

Return true if this file has modelstates. Master is a model state. iPart/iAssembly member and factory do not have model states BUG: an iMember with broken link has no model states whilst the master ms exists BUG: once the document has been saved everything is ok

Namespace: InvNetLib.FutureLibrary
Assembly: InvNetLib (in InvNetLib.dll) Versione: 27.1.0
Sintassi
C#
public static bool HasModelStates(
	this FileManager this,
	string fullFilName
)

Parametri

this  FileManager

[Manca <param nome="this"/> documentazione per "M:InvNetLib.FutureLibrary.QsInventorUtils.HasModelStates(Inventor.FileManager,System.String)"]

fullFilName  String

[Manca <param nome="fullFilName"/> documentazione per "M:InvNetLib.FutureLibrary.QsInventorUtils.HasModelStates(Inventor.FileManager,System.String)"]

Valore di ritorno

Boolean

[Manca la documentazione <returns> per "M:InvNetLib.FutureLibrary.QsInventorUtils.HasModelStates(Inventor.FileManager,System.String)"]

Nota d'uso

In Visual Basic e C# puoi chiamare questo metodo come metodo di istanza su qualunque oggetto di tipo FileManager. Quando usi la sintassi del metodo di istanza, devi omettere il primo parametro. Per maggiori informazioni, vedi Metodi di estensione (Visual Basic) o Metodi di estensione (C# Programming Guide).
Vedi anche