| Metodo QsInventorUtilsGetModelStateTable |
Get model state table
Namespace: InvNetLib.FutureLibraryAssembly: InvNetLib (in InvNetLib.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public static ModelStateTable GetModelStateTable(
ModelState ms
)
Parametri
- ms ModelState
- The model state
Valore di ritorno
ModelStateTableIf input model state is retrieved from the factory, returns a read/write
model state table; if input model state is retrieved from the member, returns a
read model state table.
Note It's up to the caller to check if input model state come
from the factory or the member document
Vedi anche