ArcObjects Library Reference  (Display)    

IDynamicDisplay.DynamicGlyphFactory Property

Retrieves the dynamic glyph factory.

[Visual Basic 6.0]
Property DynamicGlyphFactory As IDynamicGlyphFactory
[Visual Basic .NET]
Public ReadOnly Property DynamicGlyphFactory As IDynamicGlyphFactory
[C#]
public IDynamicGlyphFactory DynamicGlyphFactory {get;}
[Java]
public IDynamicGlyphFactory getDynamicGlyphFactory()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_DynamicGlyphFactory(
  IDynamicGlyphFactory** DynamicGlyphFactory
);
[C++]

Parameters

DynamicGlyphFactory [out, retval]

  DynamicGlyphFactory is a parameter of type IDynamicGlyphFactory

Product Availability

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

See Also

IDynamicDisplay Interface

 


Feedback Send feedback on this page