This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicFeatureRemovalRule Interface > ISchematicFeatureRemovalRule.ElementClassName Property (ArcObjects .NET 10.4 SDK) |
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