SetY Method

Neo Persistable Class

neo-persistibleclasses

Point..::..SetY Method

Sets Y coordinate

Namespace:  NeoPersistableClass
Assembly:  NPCdApp (in NPCdApp.dll)

Syntax


public static void SetY(
	Point p,
	BigInteger value
)
Public Shared Sub SetY ( _
	p As Point, _
	value As BigInteger _
)
public:
static void SetY(
	Point^ p, 
	BigInteger^ value
)

Parameters

p
Type: NeoPersistableClass..::..Point
p
value
Type: BigInteger
value

Return Value

void