This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExportUtils2 Interface > IVideoExportUtils2.GetCameraProperties Method (ArcObjects .NET 10.4 SDK) |
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