| Revit 2018 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: 18.0.0.0 (18.2.0.13)
Since:
2016
Syntax
| C# |
|---|
public InternalDefinition GetDefinition() |
| Visual Basic |
|---|
Public Function GetDefinition As InternalDefinition |
| Visual C++ |
|---|
public: InternalDefinition^ GetDefinition() |