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