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