Method SetViewScaleFactor
SetViewScaleFactor(ElementId, double)
Sets the view scale factor.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 255, 0)]
void SetViewScaleFactor(ElementId inElementId, double inScaleFactorAbsoluteValue)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | The view |
| double | inScaleFactorAbsoluteValue | the view scale factor absolute value. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.