You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Interfaces > IElevationInstance Interface
> IElevationInstance Methods > IElevationInstance.GetDrawing Method
IElevationInstance.GetDrawing Method
Close
Ofcas.Lk.Api.Client - Version 3.0
IElevationInstance.GetDrawing Method

Gets a drawing from the elevation instance as a IStreamResult.

Syntax
C#
IDrawingResult GetDrawing(IDictionary<string, object> parameters);
Parameters
Description
IDictionary<string, object> parameters
The parameters to define the drawing. See WellKnownParameterKey.Elevation.Drawing for details about the keys.

Returns a read-only IDrawingResult with the stream of the drawing from the elevation instance based on the stated parameters.

Copyright © 2020. All rights reserved.