 | SegmentLocationCreateFromStart Method |
Create a new SegmentLocation a distance from the start of the segment.
Namespace: ema3d.Api.V25.CablingAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static SegmentLocation CreateFromStart(
IHasTrimmedCurve segment,
double distance
)
Public Shared Function CreateFromStart (
segment As IHasTrimmedCurve,
distance As Double
) As SegmentLocation
public:
static SegmentLocation^ CreateFromStart(
IHasTrimmedCurve^ segment,
double distance
)
static member CreateFromStart :
segment : IHasTrimmedCurve *
distance : float -> SegmentLocation
Parameters
- segment IHasTrimmedCurve
- distance Double
Return Value
SegmentLocation
See Also