Property IsPlaced
IsPlaced
Indicates whether the object is placed in a scene (if it is compoment, returns true otherwise).
Declaration
public bool IsPlaced { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
Components may be placed in scene or not, depending on the according flag in "Object|Component" KitchenDraw dialog of a parent object.
When the component isn't checked in the dialog, it exists in the scene but isn't shown in any view and isn't included in the estimates as well. That is, it isn't placed.
For an object that is not a component, this property
returns true
.