Overload List

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

See Also