~~NOTRANS~~ ====== IPlcRelocatable Interface ====== **Namespace:** IPS7Lnk.Advanced \\ **Assemblies:** IPS7LnkNet.Advanced.dll Defines mechanism to relocate a PLC entity using different relative offsets and absolute [[IPS7Lnk.Advanced.PlcAddress|PlcAddress]] information. **C#** \\ <code csharp> public interface IPlcRelocatable </code> ===== Methods ===== <panel> ^ Name ^ Description ^ | [[IPS7Lnk.Advanced.IPlcRelocatableMembers#Relocate-Int32|Relocate]]([[https://docs.microsoft.com/en-us/dotnet/api/system.int32|Int32]]) | Relocates the [[IPS7Lnk.Advanced.IPlcRelocatable|IPlcRelocatable]] using the specified offset. | | [[IPS7Lnk.Advanced.IPlcRelocatableMembers#Relocate-Int32-Int32|Relocate]]([[https://docs.microsoft.com/en-us/dotnet/api/system.int32|Int32]], [[https://docs.microsoft.com/en-us/dotnet/api/system.int32|Int32]]) | Relocates the [[IPS7Lnk.Advanced.IPlcRelocatable|IPlcRelocatable]] using the specified offset. | | [[IPS7Lnk.Advanced.IPlcRelocatableMembers#Relocate-Int32-Int32-Int32|Relocate]]([[https://docs.microsoft.com/en-us/dotnet/api/system.int32|Int32]], [[https://docs.microsoft.com/en-us/dotnet/api/system.int32|Int32]], [[https://docs.microsoft.com/en-us/dotnet/api/system.int32|Int32]]) | Relocates the [[IPS7Lnk.Advanced.IPlcRelocatable|IPlcRelocatable]] using the specified offset. | | [[IPS7Lnk.Advanced.IPlcRelocatableMembers#Relocate-PlcAddress|Relocate]]([[IPS7Lnk.Advanced.PlcAddress|PlcAddress]]) | Relocates the [[IPS7Lnk.Advanced.IPlcRelocatable|IPlcRelocatable]] using the specified ''address''. | </panel>