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


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

ICadIdentifyObj2.SetupEntity Method

Initilaizes the set of properties and values of a CadIdentifyObject.

[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

ICadIdentifyObj2 Interface