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