CADability dotNET
Constructs a GeoPointInput object with an inital value.

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

Syntax

C#
public GeoPointInput(
	string resourceId,
	GeoPoint StartValue
)
Visual Basic
Public Sub New ( _
	resourceId As String, _
	StartValue As GeoPoint _
)
Visual C++
public:
GeoPointInput(
	String^ resourceId, 
	GeoPoint StartValue
)

Parameters

resourceId
Type: System..::..String
the resource id to specify a string from the StringTable. ResourceId+".Label": the Label left of the edit box. ResourceId+".ShortInfo": a short tooltip text ResourceId+"DetailedInfo": a longer tooltip text.
StartValue
Type: CADability..::..GeoPoint
the initial value

See Also