Location.Kind

Syntax

Location.Kind

Data Type

LocationKinds

Use the following constants with this data type:

  • LocationKind_Execution –(Value: 2) Specifies a location in a SequenceContext .
  • LocationKind_File –(Value: 1) Specifies a location in a file.
  • LocationKind_Type –(Value: 3) Specifies a location in a type.

Purpose

Specifies whether the location is a file, execution, or type location.

See Also

SequenceContext