Share via


LookupTables.GetRelativeImportanceComplement method

Gets the GUID of the complement (the additive inverse) of the relative importance.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Shared Function GetRelativeImportanceComplement ( _
    relativeImportanceValue As Guid _
) As Guid
'Usage
Dim relativeImportanceValue As Guid
Dim returnValue As Guid

returnValue = LookupTables.GetRelativeImportanceComplement(relativeImportanceValue)
public static Guid GetRelativeImportanceComplement(
    Guid relativeImportanceValue
)

Parameters

  • relativeImportanceValue
    Type: System.Guid

    GUID of the relative importance item.

Return value

Type: System.Guid
Returns the GUID of the opposite relative importance value.

Remarks

For example, if relativeImportanceValue is RELATIVE_IMPORTANCE_MODERATE_LESS_LT_STRUCT_UID, the GetRelativeImportanceComplement method returns RELATIVE_IMPORTANCE_MODERATE_MORE_LT_STRUCT_UID.

See also

Reference

LookupTables class

LookupTables members

Microsoft.Office.Project.Server.Library namespace