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.2.419.0 (24.2.419.0)
Syntax public bool IsSameDefinition(
SurfaceArc other
)
Public Function IsSameDefinition (
other As SurfaceArc
) As Boolean
public:
bool IsSameDefinition(
SurfaceArc^ other
)
member IsSameDefinition :
other : SurfaceArc -> bool
Parameters
- other
- Type: AGI.Foundation.RouteDesign.AdvancedSurfaceArc
The other arc to test.
Return Value
Type:
BooleanTrue if the other arc has the same orientation and parameters as this arc.
See Also