| Revit Preview Release API |
| ParameterElement..::..GetDefinition Method |
| ParameterElement Class See Also |
Get the definition representing this parameter element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2016
Syntax
| C# |
|---|
public InternalDefinition GetDefinition() |
| Visual Basic |
|---|
Public Function GetDefinition As InternalDefinition |
| Visual C++ |
|---|
public: InternalDefinition^ GetDefinition() |