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


ISchematicCollapseRelatedElementsRule.NodeClassName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicCollapseRelatedElementsRule Interface > ISchematicCollapseRelatedElementsRule.NodeClassName Property
ArcGIS Developer Help

ISchematicCollapseRelatedElementsRule.NodeClassName Property

Name of the schematic node element class related to the Schematic Collapse Related Elements rule; that is, name of the schematic node element class to collapse.

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

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

Product Availability

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

See Also

ISchematicCollapseRelatedElementsRule Interface