setOrientToAngle method
Sets the value of the orientAngle attribute to the specified angle.
![]() ![]() |
Syntax
var retval = SVGMarkerElement.setOrientToAngle(pSVGAngle);Parameters
- pSVGAngle [in]
-
Type: ISVGAngle
The angle value to use for the svgMarkerOrient attribute.
Return value
Type: HRESULT
This method can return one of these values.
| Return code | Description |
|---|---|
|
An attempt is made to modify an object that cannot be changed. |
Exceptions
| Exception | Condition |
|---|---|
|
An attempt is made to modify an object that cannot be changed. For versions earlier than Internet Explorer 10, NO_MODIFICATION_ALLOWED_ERR is returned. |
Standards information
See also
- Reference
- SVGMarkerElement
- SVGMarkerElement
- orientType
- orientAngle
Show:

