AcadDocumentClassPlot Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual AcadPlot Plot { get; }
Public Overridable ReadOnly Property Plot As AcadPlot
Get
public:
virtual property AcadPlot^ Plot {
AcadPlot^ get ();
}
abstract Plot : AcadPlot with get
override Plot : AcadPlot with get
Property Value
Type:
AcadPlot
Implements
IAcadDocumentPlot
See Also