DrawableIsPersistent Property
|
This property indicates whether the Drawable
object is database resident (belongs to an Model that requires the
use of open and close functions).
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public abstract bool IsPersistent { get; }
Public MustOverride ReadOnly Property IsPersistent As Boolean
Get
public:
virtual property bool IsPersistent {
bool get () abstract;
}
abstract IsPersistent : bool with get
Property Value
Boolean
See Also