Versions Compared

Key

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

Description

Creates a SubTypeCluster. Valid SubTypeCluster types are: Incomplete = 0 and Complete = 1. PARAMETERS: ParentEntity (String), ChildEntity (String), SubTypeType (Integer).

Syntax

Code Block
languagevb
Public Function Add( _
   ByVal ParentEntity As Variant, _
   ByVal ChildEntity As Variant, _
   ByVal SubTypeClusterType As Variant _
) As SubTypeCluster

Parameters

  • ParentEntity
  • ChildEntity
  • SubTypeClusterType

...