Revit 2021.1 API |
SharedParameterElement..::..GuidValue Property |
SharedParameterElement Class See Also |
The Guid that identifies this shared parameter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2016
Syntax
C# |
---|
public Guid GuidValue { get; } |
Visual Basic |
---|
Public ReadOnly Property GuidValue As Guid Get |
Visual C++ |
---|
public: property Guid GuidValue { Guid get (); } |