FieldParameterGetTruncatedGridPointCount(ivec2) Method |
Returns the size of the truncated table. All rows and columns that are outside the subfield will be omitted.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic ivec2 GetTruncatedGridPointCount(
out ivec2 startPoint
)
Parameters
- startPoint ivec2
- First column / row inside the subfield.
Return Value
ivec2Number of column / rows inside the subfield.
See Also