ESRI.ArcGIS.ADF.Web
GetTitleTemplate(Boolean) Method
See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > GraphicsLayer Class > GetTitleTemplate Method : GetTitleTemplate(Boolean) Method




returnFieldNames
Whether field names should be returned. If False, field indices will be used in the format string
Returns the template for formatting the title of a record in the GraphicsLayer.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetTitleTemplate( _
   ByVal returnFieldNames As Boolean _
) As String
Visual Basic (Usage)Copy Code
Dim instance As GraphicsLayer
Dim returnFieldNames As Boolean
Dim value As String
 
value = instance.GetTitleTemplate(returnFieldNames)
C# 
public string GetTitleTemplate( 
   bool returnFieldNames
)

Parameters

returnFieldNames
Whether field names should be returned. If False, field indices will be used in the format string

Return Value

Format string

See Also

© 2010 All Rights Reserved.