Coord Property
Access the position of the TextNote object.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)

Syntax

C#
public XYZ Coord { get; set; }
Visual Basic
Public Property Coord As XYZ
	Get
	Set
Visual C++
public:
property XYZ^ Coord {
	XYZ^ get ();
	void set (XYZ^ value);
}

Remarks

With this method, the position of the TextNote object can be retrieved and changed.

See Also