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

DeleteBlock Method

Applies to

Summary

Deletes a model block from the contour. The desired block might be pointed by its labelName, by the nearest point, or both.

Syntax

Contour.DeleteBlock (
  [labelName As String],
  [nearPoint As Point]
) As Boolean

Parameters

labelName
[in] String
nearPoint
[in] Point

Remarks

Deleted a model block from the Contour. The desired block might be pointed by its label name ( the labelName parameter), by the nearest point specified by the nearPoint parameter, or both.

The parameters meaning is the same as with AddBlock method. If no parameters is given or there is some ambiguity, the first suitable block found is used for deleting.