Utility.GetFeatureText(Features, Block[, Delimiter, Inclusion])

.GetFeatureText() returns the parsed out features with endpoints selected from a feature tree.

Applies To

Description

The Utility.GetFeatureText() returns the parsed out features with endpoints selected from a feature tree. This is the scripting version of the Functions and Operators Library > F_FEATTEXT().

Properties and Methods

None

Available

The .GetFeatureText(Features, Block[, Delimiter, Inclusion]) method is available in:

  • 15.03.016
  • All newer builds

Type

String

Syntax

Utility.GetFeatureText(Features, Block[, Delimiter, Inclusion]);

Parameters

Parameter

Required

Description

Features

Yes

The features block (or_feattree, feattree2, or features)

Block

Yes

The feature to pull

Delimiter

No

The delimiter string

Inclusion

No

The endpoint inclusion string

Example

Example Coming Soon