Table of Contents

Property ActiveViewPort

Namespace
VectorDraw.Professional.vdPrimaries
Assembly
VectorDraw.Professional.dll

ActiveViewPort

Get/Set the active viewport of the vdlayout object.

public virtual vdViewport ActiveViewPort { get; set; }

Property Value

vdViewport

Remarks

If active viewport is not null then all actions take place in the active viewport.If this value is null then PAPER_SPACE mode is activated and all actions take place to the layout. Raizes the OnBeforeModifyObject event. Raizes the OnAfterModifyObject event.