 | CableCurrentProbeMove(SegmentLocation, IAPICable) Method |
Move this probe to a new location and cable.
Namespace: ema3d.Api.V25.CablingAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic void Move(
SegmentLocation location,
IAPICable cable
)
Public Sub Move (
location As SegmentLocation,
cable As IAPICable
)
public:
void Move(
SegmentLocation^ location,
IAPICable^ cable
)
member Move :
location : SegmentLocation *
cable : IAPICable -> unit
Parameters
- location SegmentLocation
- cable IAPICable
See Also