Property Host
Host
The host of the object (null
if there's no host for the object).
Declaration
public Scene.Object Host { get; set; }
Property Value
Type | Description |
---|---|
Scene.Object |
Remarks
Host is the object of the scene to which one or more objects placed afterwards were connected. This is something similar to a parent/component relationship but unlike the latter, the host link is not pre-established in the catalog. It is established during the placement of the objects in the scene.