|
P
Description
|
string
|
The description of the parameter. The description will be used as tooltip in the Revit UI including in the properties palette.
|
|
|
P
GUID
|
Guid
|
Returns the GUID associated with the shared parameter definition.
|
|
|
P
HideWhenNoValue
|
bool
|
Indicates whether this parameter should be hidden from the properties palette when it has no value.
|
|
|
P
IsValidObject
|
bool
|
Specifies whether the .NET object represents a valid Revit entity.
|
|
|
P
Name
|
string
|
The user visible name for the parameter. (Overrides Definition . Name .)
|
|
|
P
OwnerGroup
|
DefinitionGroup
|
Returns or change the group ID of the external parameter definition.
|
|
|
P
ParameterGroup
|
BuiltInParameterGroup
|
Returns the group ID of the parameter definition. (Overrides Definition . ParameterGroup .)
|
|
|
P
ParameterType
|
ParameterType
|
Obsolete. Returns the user visible interpretation of the parameter data. (Overrides Definition . ParameterType .)
|
|
|
P
UserModifiable
|
bool
|
Indicates whether the parameter can be modified by the user interface.
|
|
|
P
Visible
|
bool
|
Indicates if the parameter is visible in the Autodesk Revit user interface.
|
|