setMemberDimensions
Last update: 16.07.2025public setMemberDimensions(mIndex: String, d1: Long)
set dimension of an array member
Parameters
| mIndex | name of the member |
| d1 | length of the 1st dimension |
Throws
| ModelCenterException |
public setMemberDimensions(mIndex: String, d1: Long, d2: Long)
set dimension of an array member
Parameters
| mIndex | name of the member |
| d1 | length of the 1st dimension |
| d2 | length of the 2nd dimension |
Throws
| ModelCenterException |
public setMemberDimensions(mIndex: String, d1: Long, d2: Long, d3: Long)
set dimension of an array member
Parameters
| mIndex | name of the member |
| d1 | length of the 1st dimension |
| d2 | length of the 2nd dimension |
| d3 | length of the 3rd dimension |
Throws
| ModelCenterException |
public setMemberDimensions(mIndex: String, d1: Long, d2: Long, d3: Long, d4: Long)
set dimension of an array member
Parameters
| mIndex | name of the member |
| d1 | length of the 1st dimension |
| d2 | length of the 2nd dimension |
| d3 | length of the 3rd dimension |
| d4 | length of the 4th dimension |
Throws
| ModelCenterException |
public setMemberDimensions(mIndex: String, d1: Long, d2: Long, d3: Long, d4: Long, d5: Long)
set dimension of an array member
Parameters
| mIndex | name of the member |
| d1 | length of the 1st dimension |
| d2 | length of the 2nd dimension |
| d3 | length of the 3rd dimension |
| d4 | length of the 4th dimension |
| d5 | length of the 5th dimension |
Throws
| ModelCenterException |
public setMemberDimensions(mIndex: String, d1: Long, d2: Long, d3: Long, d4: Long, d5: Long, d6: Long)
set dimension of an array member
Parameters
| mIndex | name of the member |
| d1 | length of the 1st dimension |
| d2 | length of the 2nd dimension |
| d3 | length of the 3rd dimension |
| d4 | length of the 4th dimension |
| d5 | length of the 5th dimension |
| d6 | length of the 6th dimension |
Throws
| ModelCenterException |
public setMemberDimensions(mIndex: String, d1: Long, d2: Long, d3: Long, d4: Long, d5: Long, d6: Long, d7: Long)
set dimension of an array member
Parameters
| mIndex | name of the member |
| d1 | length of the 1st dimension |
| d2 | length of the 2nd dimension |
| d3 | length of the 3rd dimension |
| d4 | length of the 4th dimension |
| d5 | length of the 5th dimension |
| d6 | length of the 6th dimension |
| d7 | length of the 7th dimension |
Throws
| ModelCenterException |
public setMemberDimensions(mIndex: String, d1: Long, d2: Long, d3: Long, d4: Long, d5: Long, d6: Long, d7: Long, d8: Long)
set dimension of an array member
Parameters
| mIndex | name of the member |
| d1 | length of the 1st dimension |
| d2 | length of the 2nd dimension |
| d3 | length of the 3rd dimension |
| d4 | length of the 4th dimension |
| d5 | length of the 5th dimension |
| d6 | length of the 6th dimension |
| d7 | length of the 7th dimension |
| d8 | length of the 8th dimension |
Throws
| ModelCenterException |
public setMemberDimensions(mIndex: String, d1: Long, d2: Long, d3: Long, d4: Long, d5: Long, d6: Long, d7: Long, d8: Long, d9: Long)
set dimension of an array member
Parameters
| mIndex | name of the member |
| d1 | length of the 1st dimension |
| d2 | length of the 2nd dimension |
| d3 | length of the 3rd dimension |
| d4 | length of the 4th dimension |
| d5 | length of the 5th dimension |
| d6 | length of the 6th dimension |
| d7 | length of the 7th dimension |
| d8 | length of the 8th dimension |
| d9 | length of the 9th dimension |
Throws
| ModelCenterException |
public setMemberDimensions(mIndex: String, d1: Long, d2: Long, d3: Long, d4: Long, d5: Long, d6: Long, d7: Long, d8: Long, d9: Long, d10: Long)
set dimension of an array member
Parameters
| mIndex | name of the member |
| d1 | length of the 1st dimension |
| d2 | length of the 2nd dimension |
| d3 | length of the 3rd dimension |
| d4 | length of the 4th dimension |
| d5 | length of the 5th dimension |
| d6 | length of the 6th dimension |
| d7 | length of the 7th dimension |
| d8 | length of the 8th dimension |
| d9 | length of the 9th dimension |
| d10 | length of the 10th dimension |
Throws
| ModelCenterException |