This document is archived and information here might be outdated.  Recommended version.


ITxObjectFilter.CanDisplayObject Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxObjectFilter.CanDisplayObject Method

Indicates if the given object can be displayed.

[Visual Basic .NET]
Public Function CanDisplayObject ( _
    ByVal piObject As ITxCatalogObject _
) As Boolean
[C#]
public bool CanDisplayObject (
    ITxCatalogObject piObject
);
[C++]
HRESULT CanDisplayObject(
  ITxCatalogObject* piObject,
  VARIANT_BOOL* bvarCanDisplay
);
[C++]

Parameters piObject [in]
piObject is a parameter of type ITxCatalogObject bvarCanDisplay [out, retval] bvarCanDisplay is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITxObjectFilter Interface