 | RackGetTrack Method |
Get track position for rack in the decklayout
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic int GetTrack(
Rack rack,
out int widthNumOfTrack
)
Public Function GetTrack (
rack As Rack,
<OutAttribute> ByRef widthNumOfTrack As Integer
) As Integer
public:
int GetTrack(
Rack^ rack,
[OutAttribute] int% widthNumOfTrack
)
member GetTrack :
rack : Rack *
widthNumOfTrack : int byref -> int
Parameters
- rack
- Type: Huarui.STARLineRack
- widthNumOfTrack
- Type: SystemInt32
width of rack in traks
Return Value
Type:
Int32
See Also