ViewExceededBounds Property
|
Property that indicates whether any view
parameters have exceeded their boundaries. The following calls are
monitored: * dolly() * orbit() * pan() * roll() * setBackClip() *
setFrontClip() * setView() * zoom()
Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual bool ExceededBounds { get; }
Public Overridable ReadOnly Property ExceededBounds As Boolean
Get
public:
virtual property bool ExceededBounds {
bool get ();
}
abstract ExceededBounds : bool with get
override ExceededBounds : bool with get
Property Value
Boolean
See Also