PublishEntityEventArgsAddPropertyBag Method
 | 
Namespace: Bricscad.Publishing
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
 
public bool AddPropertyBag(
        EPlotPropertyBag properties
)
 
Public Function AddPropertyBag ( 
        properties As EPlotPropertyBag
) As Boolean
 
public:
bool AddPropertyBag(
        EPlotPropertyBag^ properties
)
 
member AddPropertyBag : 
        properties : EPlotPropertyBag -> bool 
 
 
 
Parameters
- properties  EPlotPropertyBag
 
-  
 
Return Value
Boolean
 
See Also