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!

Unit.Point

Create a Unit of type Point from an int.

[Visual Basic]
Public Shared Function Point( _
   ByVal n As Integer _
) As Unit
[C#]
public static Unit Point(
   int n
);
[C++]
public: static Unit Point(
   int n
);
[JScript]
public static function Point(
   n : int
) : Unit;

Parameters

n
[To be supplied.]

See Also

Unit Structure | Unit Members | System.Web.UI.WebControls Namespace