Land Auto

ProfileByType method

ProfileByType Method

Returns the Existing or Finished Ground Profile by type.

See Also | Example

Signature: Overview

l EGProfiles (Civil Engineering Feature)

l FGProfiles (Civil Engineering Feature)


Returns the Existing Ground Profile by type.

Signature

RetVal = object.ProfileByType(Type, SurfaceName)

Object

EGProfiles The object or objects this method applies to.

Type

eAeccEGProfileType enum; input-only
Returns the Existing Ground Profile by type.

kEgCenter:

Existing ground center profile type

kEgLeft:

Existing ground left profile type

kEgNone:

Existing ground none profile type

kEgRight:

Existing ground right profile type

SurfaceName

String; read-only
The name of the surface.

RetVal

EGProfile object;
The newly added EGProfile object.


Returns the Finished Ground Profile by type.

Signature

RetVal = object.ProfileByType(Type)

Object

FGProfiles
The object or objects this method applies to.

Type

eAeccFGProfileType enum; input-only
Returns the Finished Ground Profile by type.

kFgCenter:

Finished ground profile center type

kFgDitchLeft:

Finished ground ditch left type

kFgDitchRight:

Finished ground ditch right type

kFgLeft1:

Finished ground left 1 trans type

kFgLeft2:

Finished ground left 2 trans type

kFgLeft3:

Finished ground left 3 trans type

kFgLeft4:

Finished ground left 4 trans type

kFgLeft5:

Finished ground left 5 trans type

kFgLeft6:

Finished ground left 6 trans type

kFgLeft7:

Finished ground left 7 trans type

kFgLeft8:

Finished ground left 8 trans type

kFgNone:

Finished ground none type

kFgRight1:

Finished ground right 1 trans type

kFgRight2:

Finished ground right 2 trans type

kFgRight3:

Finished ground right 3 trans type

kFgRight4:

Finished ground right 4 trans type

kFgRight5:

Finished ground right 5 trans type

kFgRight6:

Finished ground right 6 trans type

kFgRight7:

Finished ground right 7 trans type

kFgRight8:

Finished ground right 8 trans type

RetVal

FGProfile object;
The newly added FGProfile object.