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


ISchematicExpandLinksByAttributeRule.UseCodeName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicExpandLinksByAttributeRule.UseCodeName Property

Indicates if the code name (or domain name) should be used to get the number of expected expanded links.

[Visual Basic .NET]
Public Property UseCodeName As Boolean
[C#]
public bool UseCodeName {get; set;}
[C++]
HRESULT get_UseCodeName(
  VARIANT_BOOL* UseCodeName
);
[C++]
HRESULT put_UseCodeName(
  VARIANT_BOOL UseCodeName
);
[C++]

Parameters UseCodeName [out, retval] UseCodeName is a parameter of type VARIANT_BOOL UseCodeName [in] UseCodeName is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISchematicExpandLinksByAttributeRule Interface