ArcObjects Library Reference (3DAnalyst)  

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

Product Availability

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

See Also

ISceneVideoExporter Interface