ArcObjects Library Reference (DefenseSolutions)  

I3DSettings.MoleImageSize Property

The resolution used for any billboarded graphics.

[Visual Basic .NET]
Public Property MoleImageSize As Integer
[C#]
public int MoleImageSize {get; set;}
[C++]
HRESULT get_MoleImageSize(
  long* pSize
);
[C++]
HRESULT put_MoleImageSize(
  long pSize
);
[C++]

Parameters

pSize [out, retval]   pSize is a parameter of type long pSize [in]   pSize is a parameter of type long

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

I3DSettings Interface