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


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

ISchematicExpandLinksByAttributeRule.LinkElementClassName Property

Name of the schematic link class to expand.

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

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

Product Availability

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

See Also

ISchematicExpandLinksByAttributeRule Interface