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


IVideoExportUtils2.GetCameraProperties Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExportUtils2 Interface > IVideoExportUtils2.GetCameraProperties Method
ArcGIS Developer Help

IVideoExportUtils2.GetCameraProperties Method

The camera properties.

[Visual Basic .NET]
Public Sub GetCameraProperties ( _
    ByVal pContainer As IAGAnimationContainer, _
    ByRef ppCameraProps As IDoubleArray _
)
[C#]
public void GetCameraProperties (
    IAGAnimationContainer pContainer,
    ref IDoubleArray ppCameraProps
);
[C++]
HRESULT GetCameraProperties(
  IAGAnimationContainer* pContainer,
  IDoubleArray** ppCameraProps
);
[C++]
Parameters
pContainer [in]

pContainer is a parameter of type IAGAnimationContainer* ppCameraProps [out]
ppCameraProps is a parameter of type IDoubleArray**

Product Availability

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

See Also

IVideoExportUtils2 Interface