| Revit 2022 API |
| AddInIdAttribute..::..Value Property |
| AddInIdAttribute Class See Also |
AddInId guid value.
Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since: 2011
Syntax
| C# |
|---|
public ValueType Value { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Value As ValueType Get |
| Visual C++ |
|---|
public: property ValueType^ Value { ValueType^ get (); } |