Why does (Fieldvalue As Type, Container As Control) end up rejecting control System.eventArgs.

Ian Burton 1 Reputation point
2021-04-19T07:59:23.977+00:00

Here is a codepic so far...

88939-fieldvalue-errorreply.jpg

Help wanted

Azure Object Anchors
Azure Object Anchors
An Azure mixed reality service that automatically aligns and anchors three-dimensional content to objects in the physical world.
16 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,580 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Viorel 112.5K Reputation points
    2021-04-19T19:19:07.433+00:00

    Try fixing the ‘Dim ID…’ line:

    Dim ID as Object = Sceptor.FieldValue("ID", Container)

    0 comments No comments

  2. Ian Burton 1 Reputation point
    2021-12-07T11:38:36.29+00:00

    Thank you.

    0 comments No comments