Click or drag to resize

ReportElementGetInstanceHeaderText Method

Returns the expanded HeaderText macro for the area with the key key.

Namespace: Easymap.AddIn.Elements
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public string GetInstanceHeaderText(
	string key
)

Parameters

key  String

Return Value

String
Exceptions
ExceptionCondition
ArgumentExceptionKey is not of a selected area.
ArgumentOutOfRangeExceptionKey doesn't exist in the ControllingLayer.
See Also