Share via


MultiplicityElementExtensions.SetBounds Method (IMultiplicityElement, String)

 

Set the multiplicity LowerValue/UpperValue based on a string in the form [LowerValue]..[UpperValue]. [UpperValue] may be '*'.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntax

public static void SetBounds(
    this IMultiplicityElement multiplicityElement,
    string boundsSpecification
)

Parameters

  • boundsSpecification
    Type: System.String

    lower..upper. Upper may be '*'.

See Also

MultiplicityElementExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace

Return to top