Eplan Platform API
Eplan.EplApi.DataModel Namespace / StorableObject Class / IsTransient Property

In This Topic
IsTransient Property
In This Topic

Determines if the the StorableObject is transient.

The StorableObject is transient when it was created by default constructor and:

it is a Page and it was not assigned a Project,

it is a Placement or any class derived from it and was not assigned a Page.

Syntax
public bool IsTransient {get;}

Property Value

true : the StorableObject is transient

false : the StorableObject is a real object in a real project

See Also