This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IP > IPropertyPageContext Interface > IPropertyPageContext.CreateCompatibleObject Method (ArcObjects .NET 10.5 SDK) |
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 );