This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneVideoExporter Interface > ISceneVideoExporter.PutCustomSize Method (ArcObjects .NET 10.4 SDK) |
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