CADability dotNET
Changing a property, that has public get and set methods, and has only one property with this name. On construction the value of that property will be requested by a reflection call to "get_PropertyName"

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

Syntax

C#
public Changing(
	IGeoObjectImpl geoObject,
	string PropertyName
)
Visual Basic
Public Sub New ( _
	geoObject As IGeoObjectImpl, _
	PropertyName As String _
)
Visual C++
public:
Changing(
	IGeoObjectImpl^ geoObject, 
	String^ PropertyName
)

Parameters

geoObject
Type: CADability.GeoObject..::..IGeoObjectImpl
The GeoObject
PropertyName
Type: System..::..String
The Name of the property

See Also