getGeometrySummary Method

Obtain a summary of the geometry belonging to one or more GeometricElements suitable for debugging and diagnostics.

getGeometrySummary(requestProps: GeometrySummaryRequestProps): Promise<string>

note Trying to parse the output to programatically inspect an element's geometry is not recommended.

see GeometryStreamIterator to more directly inspect a geometry stream.

Parameter Type Description
requestProps GeometrySummaryRequestProps Specifies the elements to query and options for how to format the output.

Returns - Promise<string>

A string containing the summary, typically consisting of multiple lines.

Defined in

Last Updated: 29 November, 2022