IStepAddODBNote Method

Add a new ODB++ Note to a layer

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public 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

Implements

InterfaceStepAddODBNote(DateTime, String, String, Double, Double, Double, Double, ILayer, Boolean)

See Also