PlotStyleDataPhysicalPenNumber Property
|
Property that represents the physical pen
number to use for a plot style. The physical pens in the plotter
are described in the plotter's configuration (PC3) file.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int PhysicalPenNumber { get; set; }
Public Property PhysicalPenNumber As Integer
Get
Set
public:
property int PhysicalPenNumber {
int get ();
void set (int value);
}
member PhysicalPenNumber : int with get, set
Property Value
Int32
See Also