InterfaceMatrixIsImageLayer Method
Check is the layer a image layer?
Namespace: PCBI.Automation.InterfacesAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
bool IsImageLayer(
string imageLayerName
)
Function IsImageLayer (
imageLayerName As String
) As Boolean
bool IsImageLayer(
String^ imageLayerName
)
abstract IsImageLayer :
imageLayerName : string -> bool
- imageLayerName String
-
BooleanTrue if the layer is a image layer.