InterfaceMatrixIsImageLayer Method

Check is the layer a image layer?

Definition

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

Parameters

imageLayerName  String
 

Return Value

Boolean
True if the layer is a image layer.

See Also