QuaternionKeyFrameCollection.IsReadOnly Eigenschaft
Definition
Ruft einen Wert ab, der angibt, ob die Auflistung schreibgeschützt ist.Gets a value that indicates if the collection is read-only.
public:
property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean
Eigenschaftswert
true
, wenn die Auflistung schreibgeschützt ist, andernfalls false
.true
if the collection is read-only; otherwise, false
.