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


IStyleGalleryClass.NewObjectTypes Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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

.NET Related Topics

DisplayUI