Click or drag to resize

Metodo QsInventorUtilsGetModelStateTable

Get model state table

Namespace: InvNetLib.FutureLibrary
Assembly: InvNetLib (in InvNetLib.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassi
C#
public static ModelStateTable GetModelStateTable(
	ModelState ms
)

Parametri

ms  ModelState
The model state

Valore di ritorno

ModelStateTable
If 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