SharedParameterElement.GuidValue Property

SharedParameterElementGuidValue Property

The Guid that identifies this shared parameter.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Guid GuidValue { get; }
Public ReadOnly Property GuidValue As Guid
	Get
public:
property Guid GuidValue {
	Guid get ();
}
member GuidValue : Guid with get

Property Value

Guid
See Also