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


IMosaicRule.Viewpoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMosaicRule Interface > IMosaicRule.Viewpoint Property
ArcGIS Developer Help

IMosaicRule.Viewpoint Property

The view point.

[Visual Basic .NET]
Public Property Viewpoint As IPoint
[C#]
public IPoint Viewpoint {get; set;}
[C++]
HRESULT get_Viewpoint(
  IPoint** ppViewpoint
);
[C++]
HRESULT putref_Viewpoint(
  IPoint* ppViewpoint
);
[C++]
Parameters
ppViewpoint [out, retval]

ppViewpoint is a parameter of type IPoint** ppViewpoint [in]
ppViewpoint is a parameter of type IPoint*

Product Availability

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

See Also

IMosaicRule Interface