ArcObjects Library Reference (Framework)  

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