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


ICadIdentifyObj2.SetupEntity Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

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