Click or drag to resize

SurfaceSegment Constructor (SurfaceSegment)

Create a new instance based on an existing one.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected SurfaceSegment(
	SurfaceSegment otherInstance
)

Parameters

otherInstance
Type: AGI.Foundation.RouteDesign.AdvancedSurfaceSegment
The other instance to copy.
See Also