Point3DKeyFrameCollection.FreezeCore(Boolean) Method

Definition

Makes this instance of Point3DKeyFrameCollection unmodifiable or determines whether it can be made unmodifiable.

protected:
 override bool FreezeCore(bool isChecking);
protected override bool FreezeCore (bool isChecking);
override this.FreezeCore : bool -> bool
Protected Overrides Function FreezeCore (isChecking As Boolean) As Boolean

Parameters

isChecking
Boolean

true if the Freezable instance should actually freeze itself when this method is called. false if the Freezable should simply return whether it can be frozen.

Returns

If isChecking is true, this method returns true if the specified Freezable can be made unmodifiable, or false if it cannot be made unmodifiable. If isChecking is false, this method returns true if the if the specified Freezable is now unmodifiable, or false if it cannot be made unmodifiable, with the side effect of having made the actual change in frozen status to this object.

Applies to