Method | Description |
---|---|
Add | 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). |
ItemBySource | Returns a LineageComponent object as specified by the given SourceObjectType and SourceObjectID. Valid values are: 1 = Entity, 16 = View. PARAMETERS: SourceObjectType (Integer), SourceObjectID (Integer). |
Remove | Deletes a LineageComponent object as specified by the given GUID or ID, from ER/Studio. PARAMETERS: Identifier (String or Integer). |
Property | Description |
---|---|
_Item | Returns a LineageComponent object specified by the given GUID or ID. PARAMETER: Identifier (Integer or String). |
_NewEnum | |
Count | Number of LineageComponent objects in the collection. DATATYPE: Integer. |
Item | Returns a LineageComponent object specified by the given GUID or ID. PARAMETER: Identifier (Integer or String). |