AdjustValueCollection

AdjustValueCollection class

Reprasents a collection of shape’s adjustments.

getParent_Immediate

NameDescription
getParent_Immediate()

getSyncRoot

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

Result: Object


get_Item

NameDescription
get_Item(int)Returns adjustment by index.

Parameters:

NameTypeDescription
indexintadjustment’s index.

Result: AdjustValue


isSynchronized

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

Result: boolean


iterator

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

Result:


size

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

Result: int