GINO Graphics Suite - GINO v9.0  

gEnqSegCommentLen

Syntax

[C/C++:]
void gEnqSegCommentLen(int *len);
[F90:]
subroutine gEnqSegCommentLen(len)
integer, intent(out) :: len

Arguments

len
Segment comment length

= 0, Segment comment length undefined
> 0, Maximum segment comment storage in bytes

Description

The routine gEnqSegCommentLen() returns the maximum permitted length of segment comment in bytes as defined by the routine gSetSegCommentLen(). This value is useful for defining the length of the comment string when enquiring the segment comment.

See Also

gEnqSegCommentLen Usage
gSetSegCommentLen