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

Creates an amount of new ElevationInstance to this Elevation.

Syntax
C#
ICoreInfoListResult<IElevationInstanceInfo> CreateChildren(int amount);
Parameters
Description
int amount
The number of children to be created.

The list of created elevation instances.

Exceptions
Description
ApiException
Occurs if the method fails.
Copyright ORGADATA AG © 2023. All rights reserved.