ConnectionRenderArea Property |
Gets the RenderArea associated with the connection.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic RenderArea RenderArea { get; }
Public ReadOnly Property RenderArea As RenderArea
Get
public:
property RenderArea^ RenderArea {
RenderArea^ get ();
}
member RenderArea : RenderArea with get
Return Value
Type:
RenderAreaa pointer to the renderArea
Remarks
See Also