ContextIsNesting Property
|
Property that indicates whether the system is
regenerating a compound object (for example, current object is
within a block).
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual bool IsNesting { get; }
Public Overridable ReadOnly Property IsNesting As Boolean
Get
public:
virtual property bool IsNesting {
bool get ();
}
abstract IsNesting : bool with get
override IsNesting : bool with get
Property Value
Boolean
See Also