| Revit 2017 API |
| SpatialFieldManager..::..GetLegend Method |
| SpatialFieldManager Class See Also |
Returns legend element or NULL
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2011
Syntax
| C# |
|---|
public AnalysisDisplayLegend GetLegend() |
| Visual Basic |
|---|
Public Function GetLegend As AnalysisDisplayLegend |
| Visual C++ |
|---|
public: AnalysisDisplayLegend^ GetLegend() |