This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicExpandLinksByAttributeRule Interface > ISchematicExpandLinksByAttributeRule.UseCodeName Property (ArcObjects .NET 10.5 SDK) |
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