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


ITemporalLegendGroup.Intersects Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLegendGroup Interface > ITemporalLegendGroup.Intersects Method
ArcGIS Developer Help

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,
  System.Double* pdSymbolSize
);
[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*

Product Availability

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

See Also

ITemporalLegendGroup Interface