Class UsdPropertyVector
Inheritance
UsdPropertyVector
Namespace: pxr
Syntax
public class UsdPropertyVector : IDisposable, IEnumerable<UsdProperty>, IEnumerable
Constructors
UsdPropertyVector()
Declaration
public UsdPropertyVector()
UsdPropertyVector(UsdPropertyVector)
Declaration
public UsdPropertyVector(UsdPropertyVector other)
Parameters
UsdPropertyVector(ICollection)
Declaration
public UsdPropertyVector(ICollection c)
Parameters
UsdPropertyVector(Int32)
Declaration
public UsdPropertyVector(int capacity)
Parameters
Type |
Name |
Description |
Int32 |
capacity |
|
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
Capacity
Declaration
public int Capacity { get; set; }
Property Value
Count
Declaration
public int Count { get; }
Property Value
IsFixedSize
Declaration
public bool IsFixedSize { get; }
Property Value
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
IsSynchronized
Declaration
public bool IsSynchronized { get; }
Property Value
Item[Int32]
Declaration
public UsdProperty this[int index] { get; set; }
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Property Value
Methods
Add(UsdProperty)
Declaration
public void Add(UsdProperty x)
Parameters
AddRange(UsdPropertyVector)
Declaration
public void AddRange(UsdPropertyVector values)
Parameters
Clear()
Declaration
CopyTo(UsdProperty[])
Declaration
public void CopyTo(UsdProperty[] array)
Parameters
CopyTo(UsdProperty[], Int32)
Declaration
public void CopyTo(UsdProperty[] array, int arrayIndex)
Parameters
CopyTo(Int32, UsdProperty[], Int32, Int32)
Declaration
public void CopyTo(int index, UsdProperty[] array, int arrayIndex, int count)
Parameters
Dispose()
Declaration
public virtual void Dispose()
Implements
Finalize()
Declaration
protected void Finalize()
GetEnumerator()
Declaration
public UsdPropertyVector.UsdPropertyVectorEnumerator GetEnumerator()
Returns
GetRange(Int32, Int32)
Declaration
public UsdPropertyVector GetRange(int index, int count)
Parameters
Returns
Insert(Int32, UsdProperty)
Declaration
public void Insert(int index, UsdProperty x)
Parameters
InsertRange(Int32, UsdPropertyVector)
Declaration
public void InsertRange(int index, UsdPropertyVector values)
Parameters
RemoveAt(Int32)
Declaration
public void RemoveAt(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
RemoveRange(Int32, Int32)
Declaration
public void RemoveRange(int index, int count)
Parameters
Repeat(UsdProperty, Int32)
Declaration
public static UsdPropertyVector Repeat(UsdProperty value, int count)
Parameters
Returns
Reverse()
Declaration
Reverse(Int32, Int32)
Declaration
public void Reverse(int index, int count)
Parameters
SetRange(Int32, UsdPropertyVector)
Declaration
public void SetRange(int index, UsdPropertyVector values)
Parameters
Explicit Interface Implementations
IEnumerable<UsdProperty>.GetEnumerator()
Declaration
IEnumerator<UsdProperty> IEnumerable<UsdProperty>.GetEnumerator()
Returns
Implements
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Implements