This document is archived and information here might be outdated.  Recommended version.


IImageServerLayer2.ViewpointProperties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerLayer2 Interface > IImageServerLayer2.ViewpointProperties Property
ArcGIS Developer Help

IImageServerLayer2.ViewpointProperties Property

The image service viewpoint properties xml.

[Visual Basic .NET]
Public Property ViewpointProperties As String
[C#]
public string ViewpointProperties {get; set;}
[C++]
HRESULT get_ViewpointProperties(
  System.String* pViewpointProperties
);
[C++]
HRESULT put_ViewpointProperties(
  BSTR pViewpointProperties
);
[C++]
Parameters
pViewpointProperties [out, retval]

pViewpointProperties is a parameter of type BSTR* pViewpointProperties [in]
pViewpointProperties is a parameter of type BSTR

Product Availability

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

See Also

IImageServerLayer2 Interface