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


IComEmbeddedPropertyPage.CreateCompatibleObject Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Framework)  

IComEmbeddedPropertyPage.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

IComEmbeddedPropertyPage Interface