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


ISceneVideoExporter.UseCustomSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISceneVideoExporter.UseCustomSize Property

Indicates if a custom image size should be used.

[Visual Basic .NET]
Public Property UseCustomSize As Boolean
[C#]
public bool UseCustomSize {get; set;}
[C++]
HRESULT get_UseCustomSize(
  VARIANT_BOOL* pbUseCustomSize
);
[C++]
HRESULT put_UseCustomSize(
  VARIANT_BOOL pbUseCustomSize
);
[C++]

Parameters pbUseCustomSize [out, retval] pbUseCustomSize is a parameter of type VARIANT_BOOL pbUseCustomSize [in] pbUseCustomSize is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISceneVideoExporter Interface