ArcObjects Library Reference (Schematic)  

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