Is this object valid at the given document version.
[Visual Basic 6.0] Function IsSupportedAtVersion(
ByVal docVersion As esriArcGISVersion _
) As Boolean
[Visual Basic .NET] Public Function IsSupportedAtVersion ( _ ByVal docVersion As esriArcGISVersion _ ) As Boolean
[C#] public bool IsSupportedAtVersion ( esriArcGISVersion docVersion );
[Java] public Boolean isSupportedAtVersion ( esriArcGISVersion docVersion ) throws IOException, AutomationException
[C++] HRESULT IsSupportedAtVersion( esriArcGISVersion docVersion, VARIANT_BOOL* supported );
Parameters
docVersion [in]
docVersion is a parameter of type esriArcGISVersion
supported [out, retval]
supported is a parameter of type VARIANT_BOOL
Use IsSupportedAtVersion to identify if a particular object should be saved to the ObjectStream. This result is based on the esriArcGISVersion enumeration. In some instances, if the object is not supported at a particular ArcGIS version, the object may support conversion to another similar object; use IDocumentVersionSupportGEN::ConvertToSupportedObject to accomplish this.