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: 25.2.423.0 (25.2.423.0)
Syntax
protected SurfaceSegment(
	SurfaceSegment otherInstance
)

Parameters

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