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


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

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