This document is archived and information here might be outdated. Recommended version. |
Network weight associations corresponding to the specified weight internal ID.
[Visual Basic .NET] Public Function get_WeightAssociations ( _ ByVal weightInternalID As Integer _ ) As IEnumNetWeightAssociation
[C#] public IEnumNetWeightAssociation get_WeightAssociations ( int weightInternalID );
[C++]
HRESULT get_WeightAssociations(
long weightInternalID,
IEnumNetWeightAssociation** netWeightAssociations
);
[C++] Parameters weightInternalID [in]
weightInternalID is a parameter of type long netWeightAssociations [out, retval]
netWeightAssociations is a parameter of type IEnumNetWeightAssociation**
WeightAssociations returns an enumeration of the NetWeightAssociation objects related to the specified weight. Each NetWeightAssociation object identifies the table name and field name supporting the weight.