Description

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

Syntax

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

Parameters

  • SourceObjectType
  • SourceObjectID
  • HorizontalPosition
  • VerticalPosition


  • No labels