GetLayerNames

GetLayerNames 1:

Get the name of all layers in the model. If the bOnlyOuput flag is set to true, only the unconnected output layer names are returned.

Syntax

Definition:

METHOD GetLayerNames : HRESULT
VAR_INPUT
    pipLayerNames : Pointer To ITcVnContainer;
    bOnlyOutputs  : BOOL;
END_VAR

 Inputs

Name

Type

Description

pipLayerNames

Pointer To ITcVnContainer

Container with the layers names (ContainerType_Vector_String_SINT)

bOnlyOutputs

BOOL

If true, only the unconnected output layer names are returned

 Return value

HRESULT