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


IStyleGalleryClass.NewObjectTypes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleGalleryClass Interface > IStyleGalleryClass.NewObjectTypes Property
ArcGIS Developer Help

IStyleGalleryClass.NewObjectTypes Property

The available types of new items in this class.

[Visual Basic .NET]
Public ReadOnly Property NewObjectTypes As IEnumBSTR
[C#]
public IEnumBSTR NewObjectTypes {get;}
[C++]
HRESULT get_NewObjectTypes(
  IEnumBSTR** newTypes
);
[C++]
Parameters
newTypes [out, retval]

newTypes is a parameter of type IEnumBSTR**

Product Availability

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

See Also

IStyleGalleryClass Interface