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


IPropertyPageContext.CreateCompatibleObject Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IP > IPropertyPageContext Interface > IPropertyPageContext.CreateCompatibleObject Method
ArcGIS Developer Help

IPropertyPageContext.CreateCompatibleObject Method

Create a new object using the specified object as a template. The kind argument may be NULL if the page interacts with only a single object.

[Visual Basic .NET]
Public Function CreateCompatibleObject ( _
    ByVal kind As Object _
) As Object
[C#]
public object CreateCompatibleObject (
    object kind
);

Product Availability

Available with ArcGIS Desktop.

See Also

IPropertyPageContext Interface