CADability dotNET
Initializes a new instance of the NameProperty class

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

Syntax

C#
public NameProperty(
	Object ObjectWithName,
	string PropertyName,
	string resourceId
)
Visual Basic
Public Sub New ( _
	ObjectWithName As Object, _
	PropertyName As String, _
	resourceId As String _
)
Visual C++
public:
NameProperty(
	Object^ ObjectWithName, 
	String^ PropertyName, 
	String^ resourceId
)

Parameters

ObjectWithName
Type: System..::..Object
PropertyName
Type: System..::..String
resourceId
Type: System..::..String

See Also