This document is archived and information here might be outdated.  Recommended version.


IObjectValidate.Validate Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IObjectValidate.Validate Method

Validates an object.

[Visual Basic .NET]
Public Sub Validate ( _
    ByVal props As IPropertySet _
)
[C#]
public void Validate (
    IPropertySet props
);
[C++]
HRESULT Validate(
  IPropertySet* props
);
[C++]

Parameters props [in]
props is a parameter of type IPropertySet

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IObjectValidate Interface