GetLeftRightEndDataCount
Overloads
| Name | Description |
|---|---|
| GetLeftRightEndDataCount() | Left-End / Right-End Data Count |
| GetLeftRightEndDataCount(int index) | Left-End / Right-End Data Count |
| GetLeftRightEndDataCount(string name) | Left-End / Right-End Data Count |
GetLeftRightEndDataCount()
public int GetLeftRightEndDataCount()
Left-End / Right-End Data Count
Returns
| Type | Description |
|---|---|
| int | Result |
GetLeftRightEndDataCount(int index)
public int GetLeftRightEndDataCount(int index)
Left-End / Right-End Data Count
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | File Index |
Returns
| Type | Description |
|---|---|
| int | Result |
GetLeftRightEndDataCount(string name)
public int GetLeftRightEndDataCount(string name)
Left-End / Right-End Data Count
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | File Name |
Returns
| Type | Description |
|---|---|
| int | Result |