This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbologyEnvironment2 Interface > ISymbologyEnvironment2.OutputGDICommentForFeatureAttributes Property (ArcObjects .NET 10.4 SDK) |
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