ILayerSaveLayerAsCatia Method

saves the layer as catia script

Definition

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

Parameters

fullPath  String
the full path including the file extention

Return Value

Boolean
true if the export works

Implements

InterfaceLayerSaveLayerAsCatia(String)

See Also