| 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.FutureLibraryAssembly: InvNetLib (in InvNetLib.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi 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