RVTDocs.com

OBJExportOptions.IsValidForGridAspectRatio

Method
Description:
Checks whether the value is allowed (is in the allowed range) for GridAspectRatio tessellation parameter.
Syntax
public static bool IsValidForGridAspectRatio(
	double value
)
Parameters
Parameter Type Description
value Double The value to be checked.
Return Value
Type Description
Boolean True if the value is valid for GridAspectRatio, false otherwise.