PublishSheetEventArgsAddPagePropertyRange Method
 | 
Namespace:  Bricscad.Publishing
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public void AddPagePropertyRange(
        EPlotProperty[] properties
)
 
Public Sub AddPagePropertyRange ( 
        properties As EPlotProperty()
)
 
public:
void AddPagePropertyRange(
        array<EPlotProperty^>^ properties
)
 
member AddPagePropertyRange : 
        properties : EPlotProperty[] -> unit 
 
 
 
Parameters
- properties
 
- Type: Bricscad.PublishingEPlotProperty
 
 
See Also