NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Axis Constructor (AxisType, AstNode)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal axistype As Axis.AxisType, _
   ByVal input As AstNode _
)
[C#]
public Axis(
   Axis.AxisType axistype,
   AstNode input
);
[C++]
public: Axis(
   Axis.AxisType axistype,
   AstNode* input
);
[JScript]
public function Axis(
   axistype : Axis.AxisType,
   input : AstNode
);

Parameters

axistype
[To be supplied.]
input
[To be supplied.]

See Also

Axis Class | Axis Members | System.Data.XML Namespace | Axis Constructor Overload List