ArcObjects Library Reference (Display)  

IMonitorSettings.PhosphorName Property

The phosphor name of the monitor.

[Visual Basic .NET]
Public Property PhosphorName As String
[C#]
public string PhosphorName {get; set;}
[C++]
HRESULT get_PhosphorName(
  BSTR* Name
);
[C++]
HRESULT put_PhosphorName(
  BSTR Name
);
[C++]

Parameters

Name [out, retval]   Name is a parameter of type BSTR Name [in]   Name is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMonitorSettings Interface