Field-Map Scripting

4.4.1.11 ActiveLayerName

ActiveLayerName property


Prototype:

property ActiveLayerName : string; (READ-ONLY)

Description:

The ActiveLayerName property returns the name of the Field-Map layer which is currently active in the database (the cursor is on the layer's window).

Syntax:

variable := Project.ActiveLayerName;


Part

Description


variable

A variable declared as a string


Project

A reference to the Field-Map project as defined in Field-Map Project Manager

Return value:

the name of the active Field-Map layer as string



See also:

Name; DatabaseType; Version; UserLoginFullName; UserLoginName; UserGroupName; LayerCount; Layer; GetMapLayerListAsXML; ActiveLayer; ActiveLayerName; LayerAtIndex; SysTab_LayerList; SysTab_AttributeList; GetMapLayerListAsXML; ApplyMapLayerList; LoadMapLayerListFromXML; SaveMapLayerListToXML; MapLayerListVisible; SendDataToAnotherRunningProject; GetResourceString; AnotherProjectIsRunning; OpenAnotherProject; BringProjectToFront;SendDataToAnotherRunningProject; OpenInactiveLayers; CloseInactiveLayers; OpenPlot; OpenPlotUsingDataCollector; RunPolyshape; AddLayerWrapper; ScriptsEnabled; OnValidateScriptsEnabled; OnChangeScriptsEnabled; OnChangeTimeStampEnabled; DisableScripts; EnableScripts; RunSynchronization; RunSynchronizationExt; AdjustOnlineCalliperConnection


Example