ArcFM Engine Developer Guide
CustomizerDescription Property


Returns/sets a string of text that is a detailed description of this command in the customizer.
Syntax
'Declaration
 
Public Property CustomizerDescription As String
'Usage
 
Dim instance As Command
Dim value As String
 
instance.CustomizerDescription = value
 
value = instance.CustomizerDescription
public string CustomizerDescription {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), 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

Command Class
Command Members

 

 


Send Comment