| ISurveyCheckElementsStructure Method |
Checks the integrity of the elements structure
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax bool CheckElementsStructure(
out ICollection<ISurveyIntegrityError> errors
)
Function CheckElementsStructure (
<OutAttribute> ByRef errors As ICollection(Of ISurveyIntegrityError)
) As Boolean
bool CheckElementsStructure(
[OutAttribute] ICollection<ISurveyIntegrityError^>^% errors
)
Parameters
- errors
- Type: System.Collections.GenericICollectionISurveyIntegrityError
Collection of elements structure errors filled by this operation
Return Value
Type:
BooleanReturn a boolean representing the success of the operation
See Also