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


ISchematicExpandLinksByAttributeRule.UseCodeName 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.UseCodeName Property
ArcGIS Developer Help

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(
  Boolean* UseCodeName
);
[C++]
HRESULT put_UseCodeName(
  VARIANT_BOOL UseCodeName
);
[C++]
Parameters
UseCodeName [out, retval]

UseCodeName is a parameter of type bool* UseCodeName [in]
UseCodeName is a parameter of type bool

Product Availability

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

See Also

ISchematicExpandLinksByAttributeRule Interface