Land Auto

GetLayerName Method

GetLayerName Method (Civil Engineering Feature)

Returns the layer names of the alignment cross section or alignment profile.

See Also | Example

Signature: Overview

l CrossSectionBlock (Civil Engineering Feature)

l ProfileBlock (Civil Engineering Feature)


Returns the layer names of the alignment cross section.

Signature

RetVal = object.GetLayerName(val)

object

CrossSectionBlock The object or objects this property applies to.

val

eAeccCrossSectionBlockLayer enum; input-only.
Specifies the layer name to return.

kCrossSectionEGTextLayer:

Existing grade text layer

kCrossSectionEGLayer:

Existing grade layer

kCrossSectionFGLayer:

Finished grade layer

kCrossSectionFGTextLayer:

Finished grade text layer

kCrossSectionGridLayer:

Grid layer

kCrossSectionGridTextLayer:

Grid text layer

RetVal

String
Returns the Layer Name of the CrossSectionBlock.


Returns the layer names of the alignment profile.

Signature

RetVal = object.GetLayerName(val)

object

ProfileBlock
The object or objects this property applies to.

val

eAeccProfileBlockLayer enum; input-only.
Specifies the layer name to return.

kBaseVertical:

Existing ground base vertical layer

kBaseHorizontal:

Existing ground base horizontal layer

kDitchLeft:

Finished ground ditch left layer

kDitchRight:

Finished ground ditch right layer

kEGC:

Existing groung center surface layer

kEGCText:

Existing ground center surface text layer

kEGL:

Existing ground left surface layer

kEGLText:

Existing ground left surface text layer

kEGR:

Existing ground right surface layer

kEGRText:

Existing ground right surface text layer

kFGC:

Finished ground center

kFGCText:

Finished ground center text

kFGL1:

Finished ground left trans 1 layer

kFGL2:

Finished ground left trans 2 layer

kFGL3:

Finished ground left trans 3 layer

kFGL4:

Finished ground left trans 4 layer

kFGL5:

Finished ground left trans 5 layer

kFGL6:

Finished ground left trans 6 layer

kFGL7:

Finished ground left trans 7 layer

kFGL8:

Finished ground left trans 8 layer

kFGR1:

Finished ground right trans 1 layer

kFGR2:

Finished ground right trans 2 layer

kFGR3:

Finished ground right trans 3 layer

kFGR4:

Finished ground right trans 4 layer

kFGR5:

Finished ground right trans 5 layer

kFGR6:

Finished ground right trans 6 layer

kFGR7:

Finished ground right trans 7 layer

kFGR8:

Finished ground right trans 8 layer

kGrid:

Existing ground grid layer

kGridText:

Existing ground text layer

kStationText:

Existing ground station text

RetVal

String
Returns the Layer Name of the ProfileBlock.