INetRemoveFid Method

Removes a FID Entry for this net

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool RemoveFid(
	string LayerName,
	int FeatureNum
)

Parameters

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

Return Value

Boolean

See Also