CADability dotNET
Creates a MultiGeoPointProperty. The parameter "controlledObject" provides the owner of the list.

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

Syntax

C#
public MultiGeoPointProperty(
	IIndexedGeoPoint controlledObject,
	string resourceId
)
Visual Basic
Public Sub New ( _
	controlledObject As IIndexedGeoPoint, _
	resourceId As String _
)
Visual C++
public:
MultiGeoPointProperty(
	IIndexedGeoPoint^ controlledObject, 
	String^ resourceId
)

Parameters

controlledObject
Type: CADability.UserInterface..::..IIndexedGeoPoint
owner of the list
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.

See Also