x_comment_count Property
The number of records in the XComment arrays.
Syntax
def get_x_comment_count() -> int: ... def set_x_comment_count(value: int) -> None: ...
x_comment_count = property(get_x_comment_count, set_x_comment_count)
Default Value
0
Remarks
This property controls the size of the following arrays:
The array indices start at 0 and end at x_comment_count - 1.