CADability dotNET

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

Syntax

C#
public void SetPropertyInfo(
	Object ObjectWithLength,
	string PropertyName
)
Visual Basic
Public Sub SetPropertyInfo ( _
	ObjectWithLength As Object, _
	PropertyName As String _
)
Visual C++
public:
void SetPropertyInfo(
	Object^ ObjectWithLength, 
	String^ PropertyName
)

Parameters

ObjectWithLength
Type: System..::..Object
PropertyName
Type: System..::..String

See Also