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


ISchematicFeatureRemovalRule.AttributeName 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.AttributeName Property
ArcGIS Developer Help

ISchematicFeatureRemovalRule.AttributeName Property

Name of the attribute used to filter the feature to remove.

[Visual Basic .NET]
Public Property AttributeName As String
[C#]
public string AttributeName {get; set;}
[C++]
HRESULT get_AttributeName(
  System.String* AttributeName
);
[C++]
HRESULT put_AttributeName(
  BSTR AttributeName
);
[C++]
Parameters
AttributeName [out, retval]

AttributeName is a parameter of type BSTR* AttributeName [in]
AttributeName is a parameter of type BSTR

Product Availability

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

See Also

ISchematicFeatureRemovalRule Interface