Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Creates a new TransformationField with the given source data, and then returns the new TransformationField to the caller. PARAMETERS: SourceObjectType (Integer values 5 = Attribute, 17 = ViewField), SourceObjectID (Integer).

Syntax

Code Block
languagevb
Public Function Add( _
   ByVal SourceObjectType As Variant, _
   ByVal SourceObjectID As Variant _
) As TransformationField

Parameters

  • SourceObjectType
  • SourceObjectID


Info
titleSee Also