Versions Compared

Key

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

...

Creates a new LineageComponent with the given source data and returns the new LineageComponents to the caller. PARAMETERS: SourceObjectType as Integer (Valid Values are: 1 = Entity, 16 = View). PARAMETERS: SourceObjectType, SourceObjectID, HorizontalPosition, and VerticalPosition as (all Integer).

Syntax

Code Block
languagevb
Public Function Add( _
   ByVal SourceObjectType As Variant, _
   ByVal SourceObjectID As Variant, _
   ByVal HorizontalPosition As Variant, _
   ByVal VerticalPosition As Variant _
) As LineageComponent

...