Public Methods

MethodDescription
AddCreates 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).
ItemBySourceReturns a LineageComponent object as specified by the given SourceObjectType and SourceObjectID. Valid values are: 1 = Entity, 16 = View.  PARAMETERS: SourceObjectType (Integer), SourceObjectID (Integer).
RemoveDeletes a LineageComponent object as specified by the given GUID or ID, from ER/Studio. PARAMETERS: Identifier (String or Integer).

Public Properties

PropertyDescription
_ItemReturns a LineageComponent object specified by the given GUID or ID. PARAMETER: Identifier (Integer or String).
_NewEnum
CountNumber of LineageComponent objects in the collection. DATATYPE: Integer.
ItemReturns a LineageComponent object specified by the given GUID or ID. PARAMETER: Identifier (Integer or String).
  • No labels