InterfaceLayerMoveLayer(PointD) Method
Move all elements on this layer.
Namespace: PCBI.Automation.InterfacesAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
bool MoveLayer(
PointD offsetMoveInMils
)
Function MoveLayer (
offsetMoveInMils As PointD
) As Boolean
bool MoveLayer(
PointD offsetMoveInMils
)
abstract MoveLayer :
offsetMoveInMils : PointD -> bool
- offsetMoveInMils PointD
- Value to move in X and Y direction.
BooleanTrue if the move was successful.