ArcObjects Library Reference  (Display)    

IDynamicGlyphFactory.Init Method

Initialize the dynamic glyph factory.

[Visual Basic 6.0]
Sub Init(
    ByVal ScreenDisplay As IScreenDisplay _
)
[Visual Basic .NET]
Public Sub Init ( _
    ByVal ScreenDisplay As IScreenDisplay _
)
[C#]
public void Init (
    IScreenDisplay ScreenDisplay
);
[Java]
public void init (
    IScreenDisplay ScreenDisplay
)
throws
    IOException,
    AutomationException
[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.

See Also

IDynamicGlyphFactory Interface

 


Feedback Send feedback on this page