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