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


ISchematicFeatureRemovalRule.UseAttributeName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicFeatureRemovalRule Interface > ISchematicFeatureRemovalRule.UseAttributeName Property
ArcGIS Developer Help

ISchematicFeatureRemovalRule.UseAttributeName Property

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(
  Boolean* UseAttributeName
);
[C++]
HRESULT put_UseAttributeName(
  VARIANT_BOOL UseAttributeName
);
[C++]
Parameters
UseAttributeName [out, retval]

UseAttributeName is a parameter of type bool* UseAttributeName [in]
UseAttributeName is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicFeatureRemovalRule Interface