CADability dotNET
Constructor to set the resourceId for that input field

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

Syntax

C#
protected InputObject(
	string resourceId
)
Visual Basic
Protected Sub New ( _
	resourceId As String _
)
Visual C++
protected:
InputObject(
	String^ resourceId
)

Parameters

resourceId
Type: System..::..String

See Also