ArcObjects Library Reference  (System)    

IObjectValidate.Validate Method

Validate object.

[Visual Basic 6.0]
Sub Validate(
    ByVal props As IPropertySet _
)
[Visual Basic .NET]
Public Sub Validate ( _
    ByVal props As IPropertySet _
)
[C#]
public void Validate (
    IPropertySet props
);
[Java]
public void validate (
    IPropertySet props
)
throws
    IOException,
    AutomationException
[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