IDocumentGetModelAsync Method

Returns the currently active structure model

Namespace:  TSD.API.Remoting.Document
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IModel> GetModelAsync()

Return Value

Type: TaskIModel
The currently active structure model
See Also