IAttributeSetProperty(String, String, ICMPObject) Method

Set component property with value as string. If already exists it will be overwritten.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool SetProperty(
	string Property,
	string PropertyValue,
	ICMPObject Parent
)

Parameters

Property  String
The relevant component property.
PropertyValue  String
The value for the relevant compenent property.
Parent  ICMPObject
The component to add the property.

Return Value

Boolean
True if the property is added or overwritten.

See Also