ArcObjects Library Reference (DefenseSolutions)  

IGraphicComponent.Verify Method

Confirm that the graphic component is complete.

[Visual Basic .NET]
Public Sub Verify ( _
    ByVal bComplete As Boolean _
)
[C#]
public void Verify (
    bool bComplete
);
[C++]
HRESULT Verify(
  VARIANT_BOOL bComplete
);
[C++]

Parameters

bComplete [in]   bComplete is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicComponent Interface