Click or drag to resize

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
)

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