IMatrixIsImageLayer Method

Check is the layer a image layer?

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool IsImageLayer(
	string ImageLayerName
)

Parameters

ImageLayerName  String
Name of the selected layer.

Return Value

Boolean
True if the layer is a image layer.

Implements

InterfaceMatrixIsImageLayer(String)

See Also