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


ITemporalLegendGroup.Intersects Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLegendGroup.Intersects Method

Determines whether a given timestamp value is contained within one of the group's temporal classes.

[Visual Basic .NET]
Public Function intersects ( _
    ByRef pvTimeValue As Object, _
    ByRef ppiSymbol As ISymbol, _
    ByRef ppiSymbolColor As IColor, _
    ByRef pdSymbolSize As Double _
) As Integer
[C#]
public int intersects (
    ref object pvTimeValue,
    ref ISymbol ppiSymbol,
    ref IColor ppiSymbolColor,
    ref double pdSymbolSize
);
[C++]
HRESULT intersects(
  VARIANT* pvTimeValue,
  ISymbol** ppiSymbol,
  IColor** ppiSymbolColor,
  double* pdSymbolSize,
  Long* pnUseSymbol
);
[C++]

Parameters pvTimeValue [in] pvTimeValue is a parameter of type VARIANT ppiSymbol [in, out]
ppiSymbol is a parameter of type ISymbol ppiSymbolColor [in, out]
ppiSymbolColor is a parameter of type IColor pdSymbolSize [in, out] pdSymbolSize is a parameter of type double pnUseSymbol [out, retval] pnUseSymbol is a parameter of type Long

Product Availability

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

See Also

ITemporalLegendGroup Interface