This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicFeatureRemovalRule Interface > ISchematicFeatureRemovalRule.UseAttributeName Property (ArcObjects .NET 10.4 SDK) |
Indicates if an attribute is used to filter the feature to remove.
[Visual Basic .NET] Public Property UseAttributeName As Boolean
[C#] public bool UseAttributeName {get; set;}
[C++]
HRESULT get_UseAttributeName(
VARIANT_BOOL* UseAttributeName
);
[C++]
HRESULT put_UseAttributeName(
VARIANT_BOOL UseAttributeName
);
[C++]
Parameters UseAttributeName [out, retval] UseAttributeName is a parameter of type VARIANT_BOOL UseAttributeName [in] UseAttributeName is a parameter of type VARIANT_BOOL