You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Interfaces > IElevation Interface
> IElevation Methods > SetMachinings Method > IElevation.SetMachinings Method (Stream, Stream)
IElevation.SetMachinings Method (Stream, Stream)
Close
Ofcas.Lk.Api.Client - Version 3.0
IElevation.SetMachinings Method (Stream, Stream)

Sets the machinings for this Elevation with the given optional transformation. If the machinings are defined in a coordinate system other than that of Logikal, the transformation can be specified with the Bounds.xml or the Grid.xml.

Syntax
C#
ICoreInfoResult<IElevationInfo> SetMachinings(Stream machiningsContent, Stream transformationContent);
Parameters
Description
Stream machiningsContent
The stream that contains the content of the machinings.
Stream transformationContent
Stream with the transformation to transform from the coordinate system in which the transferred machinings are defined into the Logikal coordinate system. For example, the bounds.xml and grid.xml can be used as the format. The parameter is optional.
Copyright © 2020. All rights reserved.