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


IPMFPublish.ValidateObject Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Publisher > ESRI.ArcGIS.Publisher > Interfaces > IP > IPMFPublish Interface > IPMFPublish.ValidateObject Method
ArcGIS Developer Help

IPMFPublish.ValidateObject Method

Perform validation on the view. The results of the validation are returned in the BSTR results parameter.

[Visual Basic .NET]
Public Sub ValidateObject ( _
    ByVal pSettings As IPropertySet, _
    ByVal pObject As Object, _
    ByVal bsPadding As String, _
    ByRef bsResults As String _
)
[C#]
public void ValidateObject (
    IPropertySet pSettings,
    object pObject,
    string bsPadding,
    ref string bsResults
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

See Also

IPMFPublish Interface