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


ISceneVideoExporter.GetCustomSize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneVideoExporter Interface > ISceneVideoExporter.GetCustomSize Method
ArcGIS Developer Help

ISceneVideoExporter.GetCustomSize Method

The custom image size for video export.

[Visual Basic .NET]
Public Sub GetCustomSize ( _
    ByRef pWidth As Integer, _
    ByRef pHeight As Integer _
)
[C#]
public void GetCustomSize (
    ref int pWidth,
    ref int pHeight
);
[C++]
HRESULT GetCustomSize(
  System.Int32* pWidth,
  System.Int32* pHeight
);
[C++]
Parameters
pWidth [out]

pWidth is a parameter of type int* pHeight [out]
pHeight is a parameter of type int*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISceneVideoExporter Interface