Parameter Property


Retrieves a parameter from the element given an identifier.

OverloadĀ List

Name Description
Public property Parameter Guid
Retrieves a parameter from the element given a GUID for a shared parameter.
Public property Parameter String
Retrieves a parameter from the element given its name.
Public property Parameter BuiltInParameter
Retrieves a parameter from the element given a parameter id.
Public property Parameter Definition
Retrieves a parameter from the element based on its definition.

See Also