Specify the location of the area tag.
Namespace: Autodesk.Revit.CreationAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
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