BeginAggregationEventArgs Constructor
 | 
Namespace:  Bricscad.Publishing
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public BeginAggregationEventArgs(
        AcPublishAggregationInfo* publishAggregationInfo,
        string dwfpassword,
        string dwffilename,
        PlotLogger plotlogger
)
 
Visual Basic does not support APIs that consume or return unsafe types.
 
public:
BeginAggregationEventArgs(
        AcPublishAggregationInfo* publishAggregationInfo, 
        String^ dwfpassword, 
        String^ dwffilename, 
        PlotLogger^ plotlogger
)
 
F# does not support APIs that consume or return unsafe types.
 
 
 
Parameters
- publishAggregationInfo
 
- Type: AcPublishAggregationInfo*
 
- dwfpassword
 
- Type: SystemString
 
- dwffilename
 
- Type: SystemString
 
- plotlogger
 
- Type: Bricscad.PlottingServicesPlotLogger
 
 
See Also