ShapeAttributeCollectionSet Method |
Set attributes.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract void Set(
string name,
string value,
bool updateShapes
)
Public MustOverride Sub Set (
name As String,
value As String,
updateShapes As Boolean
)
Parameters
- name
- Type: SystemString
Attribute name - value
- Type: SystemString
Attribute value - updateShapes
- Type: SystemBoolean
For attributes of a master drawing component, true to also change the attributes of all placed drawing components. otherwise false.
Return Value
Type:
See Also