| Revit 2023 API |
| STLExportOptions..::..IsGridAspectRatioSet Method |
| STLExportOptions Class See Also |
Checks whether the GridAspectRatio tessellation parameter is explicitly set.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2021.1
Syntax
| C# |
|---|
public bool IsGridAspectRatioSet() |
| Visual Basic |
|---|
Public Function IsGridAspectRatioSet As Boolean |
| Visual C++ |
|---|
public: bool IsGridAspectRatioSet() |