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.2.419.0 (24.2.419.0)
Syntax protected SurfaceSegment(
SurfaceSegment otherInstance
)
Protected Sub New (
otherInstance As SurfaceSegment
)
protected:
SurfaceSegment(
SurfaceSegment^ otherInstance
)
new :
otherInstance : SurfaceSegment -> SurfaceSegment
Parameters
- otherInstance
- Type: AGI.Foundation.RouteDesign.AdvancedSurfaceSegment
The other instance to copy.
See Also