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


ISceneRenderer.Record Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISceneRenderer.Record Method

Records a dataset.

[Visual Basic .NET]
Public Sub Record ( _
    ByVal pDisplay As IDisplay3D, _
    ByVal pGeoNode As Object, _
    ByVal pTrackCancel As ITrackCancel _
)
[C#]
public void Record (
    IDisplay3D pDisplay,
    object pGeoNode,
    ITrackCancel pTrackCancel
);
[C++]
HRESULT Record(
  IDisplay3D* pDisplay,
  LPUNKNOWN pGeoNode,
  ITrackCancel* pTrackCancel
);
[C++]

Parameters pDisplay [in]
pDisplay is a parameter of type IDisplay3D pGeoNode [in] pGeoNode is a parameter of type LPUNKNOWN pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel

Product Availability

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

See Also

ISceneRenderer Interface