This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleGalleryClass Interface > IStyleGalleryClass.NewObject Property (ArcObjects .NET 10.5 SDK) |
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