The Guid for a shared parameter.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2011
Syntax
| C# |
|---|
public Guid GUID { get; } |
| Visual Basic |
|---|
Public ReadOnly Property GUID As Guid Get |
| Visual C++ |
|---|
public: property Guid GUID { Guid get (); } |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidOperationException | Thrown when the parameter is not a shared parameter. |