'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Public Overloads Shared Function Add( _ ByVal first As DAPropertyIdSet, _ ByVal second As DAPropertyIdSet _ ) As DAPropertyIdSet
'Usage
Dim first As DAPropertyIdSet Dim second As DAPropertyIdSet Dim value As DAPropertyIdSet value = DAPropertyIdSet.Add(first, second)
[ElementsNotNull()] [NotNull()] public static DAPropertyIdSet Add( DAPropertyIdSet first, DAPropertyIdSet second )
[ElementsNotNull()] [NotNull()] public: static DAPropertyIdSet^ Add( DAPropertyIdSet^ first, DAPropertyIdSet^ second )
Parameters
- first
- First property set.
- second
- Second property set.
Return Value
A property set that contains elements from both input property sets, excluding duplicates.