ArcObjects Library Reference (Framework)  

IComPropertyPageObjectFactory.CreateCompatibleObject Method

Creates a new object using a template as a model.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IComPropertyPageObjectFactory Interface