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


IDynamicGlyphFactory.Init Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IDynamicGlyphFactory.Init Method

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.

See Also

IDynamicGlyphFactory Interface