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


ITinIdentifyObj2.SetupEntity Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITinIdentifyObj2 Interface > ITinIdentifyObj2.SetupEntity Method
ArcGIS Developer Help

ITinIdentifyObj2.SetupEntity Method

Initializes the array that stores the properties and values which are to be displayed by the ID dialog.

[Visual Basic .NET]
Public Sub SetupEntity ( _
)
[C#]
public void SetupEntity (
);
[C++]
HRESULT SetupEntity(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITinIdentifyObj2 Interface