This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IValidation Interface > IValidation.ValidateSet Method (ArcObjects .NET 10.5 SDK) |
Validates the set.
[Visual Basic .NET] Public Function ValidateSet ( _ ByVal Selection As ISet _ ) As ISet
[C#] public ISet ValidateSet ( ISet Selection );
[C++]
HRESULT ValidateSet(
ISet* Selection,
ISet** invalidSet
);
[C++]
Parameters Selection [in]
Selection is a parameter of type ISet invalidSet [out, retval]
invalidSet is a parameter of type ISet