Click or drag to resize

GeognoSISCreateGreatCircleLine Method

[Missing <summary> documentation for "M:Cadcorp.WML.WebServices.localhost.GeognoSIS.CreateGreatCircleLine(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.String)"]

Namespace:  Cadcorp.WML.WebServices.localhost
Assembly:  Cadcorp.WML.WebServices (in Cadcorp.WML.WebServices.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public void CreateGreatCircleLine(
	double x1,
	double y1,
	double z1,
	double x2,
	double y2,
	double z2,
	double distance,
	string datum
)

Parameters

x1
Type: SystemDouble

[Missing <param name="x1"/> documentation for "M:Cadcorp.WML.WebServices.localhost.GeognoSIS.CreateGreatCircleLine(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.String)"]

y1
Type: SystemDouble

[Missing <param name="y1"/> documentation for "M:Cadcorp.WML.WebServices.localhost.GeognoSIS.CreateGreatCircleLine(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.String)"]

z1
Type: SystemDouble

[Missing <param name="z1"/> documentation for "M:Cadcorp.WML.WebServices.localhost.GeognoSIS.CreateGreatCircleLine(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.String)"]

x2
Type: SystemDouble

[Missing <param name="x2"/> documentation for "M:Cadcorp.WML.WebServices.localhost.GeognoSIS.CreateGreatCircleLine(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.String)"]

y2
Type: SystemDouble

[Missing <param name="y2"/> documentation for "M:Cadcorp.WML.WebServices.localhost.GeognoSIS.CreateGreatCircleLine(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.String)"]

z2
Type: SystemDouble

[Missing <param name="z2"/> documentation for "M:Cadcorp.WML.WebServices.localhost.GeognoSIS.CreateGreatCircleLine(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.String)"]

distance
Type: SystemDouble

[Missing <param name="distance"/> documentation for "M:Cadcorp.WML.WebServices.localhost.GeognoSIS.CreateGreatCircleLine(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.String)"]

datum
Type: SystemString

[Missing <param name="datum"/> documentation for "M:Cadcorp.WML.WebServices.localhost.GeognoSIS.CreateGreatCircleLine(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.String)"]

See Also