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

Returns a drawing of the elevation for the provided IElevationInstanceInfo.

Syntax
C#
Stream GetElementDrawing(IElevationInstanceInfo elevationInstanceInfo, Dictionary<string, object> parameters, out IDictionary<string, object> returnValues);
Parameters
Description
IElevationInstanceInfo elevationInstanceInfo
The elevation instance this drawing should be created for.
Dictionary<string, object> parameters
The parameters to define the drawing. See WellKnownParameterKeys.Elevation.Drawing for details about the keys.
values
Returns a dictionary which contains additional information about the drawing depending on the parameters. See WellKnownParameterKeys.Elevation.Drawing for details about the keys.

Returns a read-only Stream of the drawing from the elevation based on the stated parameters.

Copyright © 2020. All rights reserved.