IMcObjectDisplayName Property
|
|
A read/write name string property to be used for display
purposes.
Namespace:
MediaCy.IQL.ObjectManager
Assembly:
MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
SyntaxProperty DisplayName As String
Get
Set
Property Value
Type:
String
RemarksOnly named objects may have a non-empty DisplayName. If the DisplayName
property has never been assigned to, then it will be the same as the object's
Name property (or an empty string if the object is unnamed).
If you assign an empty string to DisplayName, then the DisplayName will again
become the same as the Name property.
The assigned DisplayName is truncated at 1023 characters.
See Also