ActiveField - QuickField API help

QuickField Student Edition free download     Contacts

ActiveField Technology

Objects Overview

Hierarchy Chart

How to Start: Application Object

How to work with Problems

How to work with Model

How to work with Data

How to Analyze Results

Objects

Properties

Methods

LabeledAs Property

Applies to

Summary

Returns the sub-collection of geometric entities labeled with a given label.

Syntax

Object.LabeledAs (
  [Vertex As String],
  [Edge As String],
  [Block As String]
) As ShapeRange

Parameters

Vertex
[in] String
Edge
[in] String
Block
[in] String

Remarks

The LabeledAs property returns the collection, filtered from the source collection by the objects labels.

If a non-empty Vertex parameter is given, all the vertices with the label equal to the Vertex string (if any) will be included to the resulting collection. Otherwise, no vertex will be included to the result.

The same meaning have the Edge and Block string parameters. Each parameter is optional and the default value is an empty string.