LoadModelResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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