Click or drag to resize

imbAttributeToPropertyMapwriteToObject Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.attributes
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void writeToObject(
	Object target,
	imbAttributeCollection attributes,
	bool onlyDeclared = false,
	bool avoidOverwrite = false
)
Request Example View Source

Parameters

target
Type: SystemObject
attributes
Type: imbSCI.Core.attributesimbAttributeCollection
onlyDeclared (Optional)
Type: SystemBoolean
avoidOverwrite (Optional)
Type: SystemBoolean
See Also