BeginAggregationEventArgsAddGlobalResourceRange Method
|
Namespace: Bricscad.Publishing
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public void AddGlobalResourceRange(
EPlotResource[] resources
)
Public Sub AddGlobalResourceRange (
resources As EPlotResource()
)
public:
void AddGlobalResourceRange(
array<EPlotResource^>^ resources
)
member AddGlobalResourceRange :
resources : EPlotResource[] -> unit
Parameters
- resources
- Type: Bricscad.PublishingEPlotResource
See Also