CADability dotNET
Initializes a new instance of the StringProperty class

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

Syntax

C#
public StringProperty(
	string stringValue,
	string resourceId
)
Visual Basic
Public Sub New ( _
	stringValue As String, _
	resourceId As String _
)
Visual C++
public:
StringProperty(
	String^ stringValue, 
	String^ resourceId
)

Parameters

stringValue
Type: System..::..String
resourceId
Type: System..::..String

See Also