ArcObjects Library Reference (DefenseSolutions)  

IForceElementLayer.SizeIsRatio Property

Indicates whether the size property should be interpreted as geometry units or a fraction/ratio of the display height.

[Visual Basic .NET]
Public Property SizeIsRatio As Boolean
[C#]
public bool SizeIsRatio {get; set;}
[C++]
HRESULT get_SizeIsRatio(
  VARIANT_BOOL* SizeIsRatio
);
[C++]
HRESULT put_SizeIsRatio(
  VARIANT_BOOL SizeIsRatio
);
[C++]

Parameters

SizeIsRatio [out, retval]   SizeIsRatio is a parameter of type VARIANT_BOOL SizeIsRatio [in]   SizeIsRatio is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IForceElementLayer Interface

.NET Snippets

Load Force Element Layer | Set MOLE Layer Size