ArcObjects Library Reference (Display)  

IStyleGalleryClass.NewObject Property

Creates a new object of the specified type.

[Visual Basic .NET]
Public Function get_NewObject ( _
    ByVal newType As String _
) As Object
[C#]
public object get_NewObject (
    string newType
);
[C++]
HRESULT get_NewObject(
  BSTR newType,
  LPUNKNOWN* NewObject
);
[C++]

Parameters

newType [in]   newType is a parameter of type BSTR NewObject [out, retval]   NewObject is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IStyleGalleryClass Interface