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


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

ISchematicFeatureRemovalRule.ElementClassName Property

Name of the schematic link element class related to the Feature removal rule; that is, name of the schematic link element class to reduce.

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

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

Product Availability

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

See Also

ISchematicFeatureRemovalRule Interface