POST api/StringsSetout/StringMouseDown
Request Information
URI Parameters
None.
Body Parameters
OnMouseLeftClickParameterDtoName | Description | Type | Additional information |
---|---|---|---|
MouseX | integer |
None. |
|
MouseY | integer |
None. |
|
ShiftPress | boolean |
None. |
|
CtrlPress | boolean |
None. |
|
AltPress | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "mouseX": 1, "mouseY": 2, "shiftPress": true, "ctrlPress": true, "altPress": true }
application/xml, text/xml
Sample:
<OnMouseLeftClickParameterDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Parameter"> <AltPress>true</AltPress> <CtrlPress>true</CtrlPress> <MouseX>1</MouseX> <MouseY>2</MouseY> <ShiftPress>true</ShiftPress> </OnMouseLeftClickParameterDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DimensionDtoName | Description | Type | Additional information |
---|---|---|---|
StairInd | integer |
None. |
|
UnitInd | integer |
None. |
|
ItemId | integer |
None. |
|
SubItemId | integer |
None. |
|
DimId | integer |
None. |
|
SelelectedRectangleDto | RectangleDto |
None. |
|
Value | integer |
None. |
|
ValueType | ValueTypeEnum |
None. |
|
IsModify | boolean |
None. |
|
ModChangeDir | DirectionEnum |
None. |
|
TagA | integer |
None. |
|
DimTag | integer |
None. |
|
Text | string |
None. |
|
FontSize | integer |
None. |
|
DimensionDrawing | string |
None. |
|
TextWidth | integer |
None. |
|
ReloadSVG | boolean |
None. |
|
StairLevelTextList | StairLevelTextList |
None. |
|
MenuList | ContextMenuList |
None. |
|
Drawing | DrawingDto |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.