This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IC > IComPropertyPageObjectFactory Interface > IComPropertyPageObjectFactory.CreateCompatibleObject Method (ArcObjects .NET 10.4 SDK) |
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 );