Click or drag to resize

SurfaceArcIsSameDefinition Method

Determines if this arc has the same orientation and parameters as another arc.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool IsSameDefinition(
	SurfaceArc other
)

Parameters

other
Type: AGI.Foundation.RouteDesign.AdvancedSurfaceArc
The other arc to test.

Return Value

Type: Boolean
True if the other arc has the same orientation and parameters as this arc.
See Also