ArcFM Solution Developer Guide
Name Property (IMMDisplayNamer)






Use this property to set a name for your custom display name object. This value appears in the ArcFM Properties Manager Field Display tab in the Custom Display Name menu.
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
ReadOnly Property Name As System.String
'Usage
 
Dim instance As IMMDisplayNamer
Dim value As System.String
 
value = instance.Name
[System.Runtime.InteropServices.DispId(1610678272)]
System.string Name {get;}
read-only property Name: System.String; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get Name : System.String
[System.Runtime.InteropServices.DispId(1610678272)]
__property System.string* get_Name();
[System.Runtime.InteropServices.DispId(1610678272)]
property System.String^ Name {
   System.String^ get();
}

Property Value

String
Example
The following code sample demonstrates how the IMMDisplayNamer::Name property may be implemented.
Visual Basic Copy Code
Private Function IMMDisplayNamer_Name() As String
    IMMDisplayNamer_Name = "Minerville Gas Valve Display Namer"
End Function
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMDisplayNamer Interface
IMMDisplayNamer Members

Send Feedback