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


IDEGdbTable.ExtensionProperties Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEGdbTable.ExtensionProperties Property

The properties for the class extension.

[Visual Basic .NET]
Public Property ExtensionProperties As IPropertySet
[C#]
public IPropertySet ExtensionProperties {get; set;}
[C++]
HRESULT get_ExtensionProperties(
  IPropertySet** PropertySet
);
[C++]
HRESULT putref_ExtensionProperties(
  IPropertySet* PropertySet
);
[C++]

Parameters PropertySet [out, retval]
PropertySet is a parameter of type IPropertySet PropertySet [in]
PropertySet is a parameter of type IPropertySet

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDEGdbTable Interface