ConnectionRequestedHeight Property |
Gets the last renderArea height requested by the client.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public uint RequestedHeight { get; }
Public ReadOnly Property RequestedHeight As UInteger
Get
public:
property unsigned int RequestedHeight {
unsigned int get ();
}
member RequestedHeight : uint32 with get
Return Value
Type:
UInt32the requested renderArea height
Remarks See Also