Initialize the dynamic glyph factory.
[Visual Basic .NET] Public Sub Init ( _ ByVal ScreenDisplay As IScreenDisplay _ )
[C#] public void Init ( IScreenDisplay ScreenDisplay );
[C++]
HRESULT Init(
IScreenDisplay* ScreenDisplay
);
[C++]Parameters
ScreenDisplay [in]ScreenDisplay is a parameter of type IScreenDisplay
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
This method should only be used after co-creating a Dynamic Glyph Factory. There is no need to init a Dynamic Glyph Factory that was retrieved from a Dynamic Display object.