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


ISceneVideoExporter.PutCustomSize 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.PutCustomSize Method
ArcGIS Developer Help

ISceneVideoExporter.PutCustomSize Method

The custom image size for video export.

[Visual Basic .NET]
Public Sub PutCustomSize ( _
    ByVal Width As Integer, _
    ByVal height As Integer _
)
[C#]
public void PutCustomSize (
    int Width,
    int height
);
[C++]
HRESULT PutCustomSize(
  Long Width,
  Long height
);
[C++]
Parameters
Width [in]

Width is a parameter of type int height [in]
height 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