Click or drag to resize

aceLogopen Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public tagBlock open(
	string tag,
	string title = "",
	string description = ""
)
Request Example View Source

Parameters

tag
Type: SystemString
title (Optional)
Type: SystemString
description (Optional)
Type: SystemString

Return Value

Type: tagBlock

Implements

ITabLevelControler.open(String, String, String)
See Also