Share via


LoadModelResult Class

Definition

Result data for a load model request.

public ref class LoadModelResult
public class LoadModelResult
type LoadModelResult = class
Public Class LoadModelResult
Inheritance
LoadModelResult

Properties

Root

Root Entity of the loaded model.

Methods

Finalize()
GetLoadedObjectsOfType(ObjectType, List<ObjectBase>)
GetLoadedObjectsOfType(ObjectType)

Retrieves all objects of the given type that were loaded as part of this model.

GetLoadedResourceOfType(ObjectType, List<ResourceBase>)
GetLoadedResourceOfType(ObjectType)

Retrieves all resources of the given type that were loaded as part of this model.

Applies to

See also

  • <xref:Microsoft.Azure.RemoteRendering.RenderingConnection.LoadModelAsync(Microsoft.Azure.RemoteRendering.LoadModelOptions)>
  • <xref:Microsoft.Azure.RemoteRendering.RenderingConnection.LoadModelFromSasAsync(Microsoft.Azure.RemoteRendering.LoadModelFromSasOptions)>
  • Models