<Code Lib>
2026 Property
Changes 0
P

Element.Parameter(Guid)

Description:
Retrieves a parameter from the element given a GUID for a shared parameter.
Remarks:
Parameters are a generic form of data storage within elements. The parameters are visible through the Autodesk Revit user interface in the Element Properties dialog. This method is used to retrieve a parameter for a known shared parameter. When a shared parameter is created it is assigned a Guid which will not change. This guid can be used to retrieve the piece of data from the element at a later time.
Overloads (3):
Parameter(Guid)

public Parameter this[
	Guid guid
] { get; }

  • Guid
    guid
    The unique id associated with the shared parameter.

Loading…