ArcFM Engine Developer Guide
StandardCaption Method (ArcGISRuntimeEnvironment)
Example 


This method sets the caption in ArcMap, based on the stored display or page template you have loaded.
Syntax
'Declaration
 
Public Sub StandardCaption() 
'Usage
 
Dim instance As ArcGISRuntimeEnvironment
 
instance.StandardCaption()
public void StandardCaption()
Example
Dim sCaption As String
    ' "Untitled - ArcMap - ArcInfo"
    sCaption = sDocName + mk_sNameDelimiter + mk_sArcMap + mk_sNameDelimiter + m_sArcGISType
    ApplicationObject.Caption = sCaption
Requirements

Target Platforms: Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ArcGISRuntimeEnvironment Class
ArcGISRuntimeEnvironment Members

 

 


Send Comment