PublishEntityEventArgsAddPropertyBag Method
|
Namespace: Bricscad.Publishing
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
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
- Type: Bricscad.PublishingEPlotPropertyBag
Return Value
Type:
Boolean
See Also