ArcObjects Library Reference (Display)  

ISymbologyEnvironment2.OutputGDICommentForFeatureAttributes Property

Indicates if a GDI comment is output for feature attributes.

[Visual Basic .NET]
Public Property OutputGDICommentForFeatureAttributes As Boolean
[C#]
public bool OutputGDICommentForFeatureAttributes {get; set;}
[C++]
HRESULT get_OutputGDICommentForFeatureAttributes(
  VARIANT_BOOL* featureAttributes
);
[C++]
HRESULT put_OutputGDICommentForFeatureAttributes(
  VARIANT_BOOL featureAttributes
);
[C++]

Parameters

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

Product Availability

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

See Also

ISymbologyEnvironment2 Interface