ArcObjects Library Reference (3DAnalyst)  

ISceneRenderer.Represents Property

The object an act represents.

[Visual Basic .NET]
Public Property Represents As Object
[C#]
public object Represents {get; set;}
[C++]
HRESULT get_Represents(
  LPUNKNOWN* ppObject
);
[C++]
HRESULT putref_Represents(
  LPUNKNOWN ppObject
);
[C++]

Parameters

ppObject [out, retval]   ppObject is a parameter of type LPUNKNOWN ppObject [in]   ppObject is a parameter of type LPUNKNOWN

Product Availability

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

See Also

ISceneRenderer Interface