Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.GuidGUID 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.