DatabaseMaxactvp Property
|
Property that represents the maximum of active
viewports in a layout. This property corresponds to the MAXACTVP
system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int Maxactvp { get; set; }
Public Property Maxactvp As Integer
Get
Set
public:
property int Maxactvp {
int get ();
void set (int value);
}
member Maxactvp : int with get, set
Property Value
Int32
See Also