This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalRenderer Interface > ITemporalRenderer.CanRenderComponent Method (ArcObjects .NET 10.4 SDK) |
Uses the renderer from component tree in symbology dialog to determine if this renderer can be used with this component.
[Visual Basic .NET] Public Sub CanRenderComponent ( _ ByVal piFeatClass As IFeatureClass, _ ByVal piDisplay As IDisplay, _ ByRef pbvarResult As Boolean, _ ByVal piComponent As Object, _ ByVal bstrComponent As String _ )
[C#] public void CanRenderComponent ( IFeatureClass piFeatClass, IDisplay piDisplay, ref bool pbvarResult, ref object piComponent, ref string bstrComponent );
[C++]
HRESULT CanRenderComponent(
IFeatureClass* piFeatClass,
IDisplay* piDisplay,
VARIANT_BOOL* pbvarResult,
LPUNKNOWN piComponent,
BSTR bstrComponent
);
[C++]
Parameters piFeatClass [in]
piFeatClass is a parameter of type IFeatureClass piDisplay [in]
piDisplay is a parameter of type IDisplay pbvarResult [in, out] pbvarResult is a parameter of type VARIANT_BOOL piComponent [in] piComponent is a parameter of type LPUNKNOWN bstrComponent [in] bstrComponent is a parameter of type BSTR