ArcObjects Library Reference (3DAnalyst)  

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(
  Long* pWidth,
  Long* pHeight
);
[C++]

Parameters

pWidth [out]   pWidth is a parameter of type Long pHeight [out]   pHeight 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