Provides access to methods for validating an object.
Members
Name | Description | |
---|---|---|
Validate | Validates an object. |
IObjectValidate.Validate Method
Validates an object.
Public Sub Validate ( _
    ByVal props As IPropertySet _
)
public void Validate (
    IPropertySet props
);
Classes that implement IObjectValidate
Classes | Description |
---|---|
MapServer (esriCarto) | The MapServer component provides programmatic access to the contents of a map document on disk, and creates images of the map contents based on user requests. Designed for use in building map-based web services and web applications. |