PlotProgressDialogget_PlotMsgString Method
 | 
Namespace:  Bricscad.PlottingServices
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public string get_PlotMsgString(
        PlotMessageIndex index
)
 
Public Function get_PlotMsgString ( 
        index As PlotMessageIndex
) As String
 
public:
String^ get_PlotMsgString(
        PlotMessageIndex index
)
 
member get_PlotMsgString : 
        index : PlotMessageIndex -> string 
 
 
 
Parameters
- index
 
- Type: Bricscad.PlottingServicesPlotMessageIndex
 
Return Value
Type: 
String 
See Also