INetAddFID(FidType, String, 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
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void AddFID(
	FidType netType,
	string LayerName,
	int FeatureNum
)

Parameters

netType  FidType
Type of FID
LayerName  String
The layer for the FID.
FeatureNum  Int32
Fhe index of the feature in the layer.featureList (use IODBOBject.GetIndexOnLayer())

Implements

InterfaceNetAddFID(FidType, String, Int32)

See Also