IAttributeGetAllPropertiesAndAttributes Method

Combine all properties and attributes to one list. The Attributes splitted by '=' and Properties splitted by ' '.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static List<string> GetAllPropertiesAndAttributes(
	IObject Parent
)

Parameters

Parent  IObject
Parent can be an IODBObject or ICMPObject.

Return Value

ListString
List of properties and attributes from parent.

See Also