CADability dotNET
Modifies the value of a pole. The Index must be between 0 and PoleCount.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void SetPole(
	int Index,
	GeoPoint ThePoint
)
Visual Basic
Public Sub SetPole ( _
	Index As Integer, _
	ThePoint As GeoPoint _
)
Visual C++
public:
void SetPole(
	int Index, 
	GeoPoint ThePoint
)

Parameters

Index
Type: System..::..Int32
Index of the pole
ThePoint
Type: CADability..::..GeoPoint
The new value

See Also