Specify the location of the area tag.
Namespace: Autodesk.Revit.CreationAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
| C# |
|---|
public UV TagPoint { get; set; } |
| Visual Basic |
|---|
Public Property TagPoint As UV
Get
Set |
| Visual C++ |
|---|
public:
property UV^ TagPoint {
UV^ get ();
void set (UV^ value);
} |
See Also