laptop and a wrench

Bug

SineWave_GeometricEffect VB.NET sample has several issues that need to be fixed.

Zuletzt veröffentlicht: August 25, 2014 No Product Found
Bug-ID-Nummer NIM004810
EingereichtOctober 17, 2006
Zuletzt geändertJune 5, 2024
Gilt fürNo Product Found
Gefunden in Version9.2 RC
ProgrammspracheVB.Net
StatusWill Not Be Addressed

Zusätzliche Informationen

We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.

Workaround

1. Problem with the textbox labels can be fixed by writing the implementation for ID property as shown below: Public ReadOnly Property ID(ByVal attrIndex As Integer) As Integer Implements <a href="http://ESRI.ArcGIS.Display.IGraphicAttributes.ID" target="_blank">ESRI.ArcGIS.Display.IGraphicAttributes.ID</a> Get 'THIS FIXES THE PROBLEM WITH THE TEXTBOX LABELS... If ((attrIndex >= 0) And (attrIndex < 2)) Then Return attrIndex Else Return -1 End If End GetEnd Property2. Problem with the missing object can be fixed by placing ComClass attribute as shown below: <ComClass(SineWave.ClassId)> _Public Class SineWave

Schritte zur Reproduzierung

Bug-ID: NIM004810

Software:

  • No Product Found

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln