InterfaceStepAddODBNote Method

Add a new ODB++ Note to a layer

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool AddODBNote(
	DateTime DateTime,
	string User,
	string Text,
	double X,
	double Y,
	double textOffsetX,
	double textOffsetY,
	ILayer parentLayer,
	bool saveNotesToDisk
)

Parameters

DateTime  DateTime
Date information
User  String
Creator information
Text  String
Note Text
X  Double
X coordinate in mils
Y  Double
Y coordinate in mils
textOffsetX  Double
X offset of the text position in mils
textOffsetY  Double
Y offset of the text position in mils
parentLayer  ILayer
Parent layer of the new note
saveNotesToDisk  Boolean
Save changes to file system

Return Value

Boolean

See Also