ArcObjects Library Reference (Animation)  

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