ITopobase.GetSpecificTopobase

Fore Syntax

GetSpecificTopobase(xml: String, trim: Boolean): ITopobase;

Fore.NET Syntax

GetSpecificTopobase(xml: string, trim: boolean): Prognoz.Platform.Interop.Topobase.ITopobase;

Parameters

xml. Topobase tree-structure.

trim. Attribute whether output topobase must be cut.

Description

The GetSpecificTopobase method creates topobase by specified tree-structure.

Comments

Available values of the trim parameter:

Fore and Fore.NET examples

The property use is given in the example for ITopobase.Tree.

See also:

ITopobase