LoadModelFromSasOptions.Parent Field
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.
Optional parent Entity for the model.
public: Microsoft::Azure::RemoteRendering::Entity ^ Parent;
public Microsoft.Azure.RemoteRendering.Entity Parent;
val mutable Parent : Microsoft.Azure.RemoteRendering.Entity
Public Parent As Entity
Field Value
Remarks
If not null, the loaded model will be attached to Parent as a child object. Otherwise, it will become a top level entity.