DSResults.ItemByResultType Property
Parent Object:
DSResults
Description
Gets the specified DSResult object from the collection.
Syntax
DSResults.
ItemByResultType
(
ResultType
As
DSResultTypeEnum
) As
DSResult
Property Value
This is a read only property whose value is a
DSResult
.
Parameters
Name
Type
Description
ResultType
DSResultTypeEnum
Input DSResultTypeEnum value that specifies the type of result to return. If the specified type does not exist then Nothing is returned.
Version
Introduced in version 2013
© Copyright 2021 Autodesk, Inc.
Comment on this page.