laptop and a wrench

Bug

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

Last Published: August 25, 2014 No Product Found
Bug ID Number NIM004810
SubmittedOctober 17, 2006
Last ModifiedJune 5, 2024
Applies toNo Product Found
Version found9.2 RC
Program languageVB.Net
StatusWill Not Be Addressed

Additional Information

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

Steps to Reproduce

Bug ID: NIM004810

Software:

  • No Product Found

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options