InterfaceNetAddFID(FidType, Int32, Int32) Method

Add a new FID to the net. Note: If you create a new job and have all nets created new it will be added by saving the project as default.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void AddFID(
	FidType netType,
	int LayerId,
	int FeatureNum
)

Parameters

netType  FidType
Type of FID
LayerId  Int32
The layer of the FID (0 - n-1)
FeatureNum  Int32
Fhe index of the feature in the layer.featureList (use IODBOBject.GetIndexOnLayer())

See Also