SetIsLocked Method

Overload List

  NameDescription
Public methodSetIsLocked(ObjectId, Boolean)
Sets the IsLocked property for a single CogoPoint.
Public methodSetIsLocked(IEnumerable<ObjectId>, Boolean)
Sets the IsLocked property for multiple CogoPoints with the same value.
Public methodSetIsLocked(IEnumerable<ObjectId>, IEnumerable<Boolean>)
Sets IsLocked for multiple CogoPoints with different values.

See Also