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.0.0.0
Syntax
public string GetInstanceHeaderText(
	string key
)

Parameters

key
Type: SystemString

Return Value

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