←Select platform

TpNeedItems Property

Summary

Gets a list of Leadtools.Jpip.Caching.TpModelItem for a JPIP client tile-part cache Need request.

Syntax

C#
VB
C++
public IList<TpModelItem> TpNeedItems { get; } 
  
Public ReadOnly Property TpNeedItems As IList(Of TpModelItem) 
public: 
property IList<TpModelItem^>^ TpNeedItems { 
   IList<TpModelItem^>^ get(); 
} 

Property Value

A IList which indicates which set of tile-parts are of potential interest to the client.

Remarks

This field may appear only in stateless requests.

This request field does not appear within the same request that contains ModelItems or Leadtools.Jpip.Caching.TpModelItem fields.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly