Parameter class
Represents a Revit Parameter
public class Parameter
Public Members
name | description |
---|---|
Parameter() | The default constructor. |
Description { get; set; } | Parameter Description |
GroupID { set; } | Group ID of parameter. |
GroupName { get; } | Group Name of the Parameter |
IsReferenceParameter { get; set; } | If true, the parameter's value is a reference id to the corresponding Element. |
Name { get; set; } | Parameter Name |
ParameterDataType { get; set; } | Parameter data type like int , float etc. |
ReadOnly { get; set; } | If true, the parameter's value should not be editable in user interface, e.g. if its value is calculated by the application. |
SampleText { get; set; } | Text to be displayed when the parameter has no value |
SchemaId { get; } | |
SpecID { set; } | Spec ID of parameter. |
SpecName { get; } | Spec Name of the Parameter |
Value { get; set; } | Value of the Parameter. The type of this property is dynamic. |
See Also
- namespace Autodesk.DataExchange.DataModels