Method SetAngularScale
SetAngularScale(DocumentId, double)
Sets the angular scale.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 16, 0, 0)]
void SetAngularScale(DocumentId inDocumentId, double inValue)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| double | inValue | Wanted value. |
Remarks
This method must be called for Cylindrical or Spherical type.
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.16.