CADability dotNET
Creates a ChangingAttribute

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

Syntax

C#
public ChangingAttribute(
	IGeoObjectImpl geoObject,
	string propertyName,
	Object propertyValue
)
Visual Basic
Public Sub New ( _
	geoObject As IGeoObjectImpl, _
	propertyName As String, _
	propertyValue As Object _
)
Visual C++
public:
ChangingAttribute(
	IGeoObjectImpl^ geoObject, 
	String^ propertyName, 
	Object^ propertyValue
)

Parameters

geoObject
Type: CADability.GeoObject..::..IGeoObjectImpl
causing GeoObject
propertyName
Type: System..::..String
name of the property to set the attribute
propertyValue
Type: System..::..Object
the attribute beeing set

See Also