Overload List
| Name | Description | |
|---|---|---|
| SetIsLocked(ObjectId, Boolean) |
Sets the IsLocked property for a single CogoPoint.
| |
| SetIsLocked(IEnumerable<(Of <<'(ObjectId>)>>), Boolean) |
Sets the IsLocked property for multiple CogoPoints with the same value.
| |
| SetIsLocked(IEnumerable<(Of <<'(ObjectId>)>>), IEnumerable<(Of <<'(Boolean>)>>)) |
Sets IsLocked for multiple CogoPoints with different values.
|