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


ISchematicFeatureRemovalRule.UseAttributeName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

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(
  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

Product Availability

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

See Also

ISchematicFeatureRemovalRule Interface