You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > ProjectCenter Class > ProjectCenter Methods > CanExportChild Method > ProjectCenter.CanExportChild Method (ProjectInfo, IEnumerable<ElevationInfo>, Dictionary<string, object>)
ProjectCenter.CanExportChild Method (ProjectInfo, IEnumerable<ElevationInfo>, Dictionary<string, object>)
Close
Ofcas.Lk.Api.Client - Version 3.0
ProjectCenter.CanExportChild Method (ProjectInfo, IEnumerable<ElevationInfo>, Dictionary<string, object>)

Checks whether a Project can be exported.

Syntax
C#
public IOperationInfo CanExportChild(ProjectInfo projectInfo, IEnumerable<ElevationInfo> elevationInfos, Dictionary<string, object> parameters);
Parameters
Description
ProjectInfo projectInfo
The info of the project to be exported.
IEnumerable<ElevationInfo> elevationInfos
The elevations to be exported.
Dictionary<string, object> parameters
The parameters for the export.

Returns an IOperationInfo which indicates whether a Project an be exported.

Copyright © 2020. All rights reserved.