This document is archived and information here might be outdated. Recommended version. |
Add layer and show object hit at given location.
[Visual Basic .NET] Public Sub AddLayerIdentifyObject ( _ ByVal pLayer As ILayer, _ ByVal object As Object, _ ByVal location As IPoint _ )
[C#] public void AddLayerIdentifyObject ( ILayer pLayer, object object, IPoint location );