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


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

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