AdjustValueCollection

AdjustValueCollection class

Reprasents a collection of shape’s adjustments.

getSyncRoot

NameDescription
getSyncRoot ()Returns a synchronization root. Read-only Object.

Returns: Object


get_Item

NameDescription
get_Item (int)Returns adjustment by index.

Parameters:

NameTypeDescription
indexintadjustment’s index.

Returns: AdjustValue


isSynchronized

NameDescription
isSynchronized ()Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean.

Returns: boolean


iterator

NameDescription
iterator ()Returns an enumerator for the entire collection.

Returns:


size

NameDescription
size ()Return a number of adjustments. Read-only int.

Returns: int