ArcObjects Library Reference (DefenseSolutions)  

IMoleSymbolImportExport.FromCachedGraphic Method

Populates the IMoleSymbol from a MOLE CachedGraphic.

[Visual Basic .NET]
Public Sub FromCachedGraphic ( _
    ByVal CG As Object _
)
[C#]
public void FromCachedGraphic (
    object CG
);
[C++]
HRESULT FromCachedGraphic(
  LPUNKNOWN CG
);
[C++]

Parameters

CG [in]   CG is a parameter of type LPUNKNOWN

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMoleSymbolImportExport Interface