ActiveField™ Help    

Main QuickField Site  

Free Downloads  

Contacts  

ActiveField Technology
What's New
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

Parametric Simulation Samples

Link Object

Link Object

                                   

Summary

The link to a coupled problem.

Details

Represents the the coupling link to another Problem. The Problem object maintains all its Link objects in the Links collection. The last is accessible by the Links property of the Problem object.

The Link object provides following methods and properties:

LinkType property as QfLinkTypes,
(read-only)

Returns the type of the Link.
The type is defined when the Link is added to the collection.
You cannot change the type of an existing link - remove it and add the new one instead.

TargetName property as String
(read and write)

Sets and returns the problem filename that the link refers to.

TargetType property as QfProblemTypes
(read_only)

Returns the type of the problem that the link refers to.