| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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
See Also