Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
protected void SmoothPathsJoin(
	IXPath p1,
	IXPath p2
)

Parameters

p1
Type: SGP.XSpace..::.IXPath
First IXPath path.
p2
Type: SGP.XSpace..::.IXPath
Second, following IXPath path.

Exceptions

ExceptionCondition
System..::.ArgumentNullException p1 is nullNothingnullptra null reference (Nothing in Visual Basic).
System..::.ArgumentNullException p2 is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also