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

Checks if the machinings for this Elevation can be set with the given optional transformation.

Syntax
C#
IOperationInfo CanSetMachinings(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.

Returns an IOperationInfo that contains a list of restrictions if setting the machinings with the given transformation is not possible.

Copyright © 2020. All rights reserved.