This document is archived and information here might be outdated.  Recommended version.


IBoundsProperties.FixedSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBoundsProperties Interface > IBoundsProperties.FixedSize Property
ArcGIS Developer Help

IBoundsProperties.FixedSize Property

Indicates if size is determined by some other property like the symbol.

[Visual Basic .NET]
Public ReadOnly Property FixedSize As Boolean
[C#]
public bool FixedSize {get;}
[C++]
HRESULT get_FixedSize(
  Boolean* flag
);
[C++]
Parameters
flag [out, retval]

flag is a parameter of type bool*

Product Availability

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

See Also

IBoundsProperties Interface