 | PinCurrentMove Method |
Move this source to a new segment and end.
Namespace: ema3d.Api.V25.Cabling.ExcitationAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic void Move(
IHasTrimmedCurve segment,
EndType end
)
Public Sub Move (
segment As IHasTrimmedCurve,
end As EndType
)
public:
void Move(
IHasTrimmedCurve^ segment,
EndType end
)
member Move :
segment : IHasTrimmedCurve *
end : EndType -> unit
Parameters
- segment IHasTrimmedCurve
- The new segment to move to.
- end EndType
- The new end to move to.
Remarks
If the end type remains the same, use the
Segment setter instead.
See Also