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