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


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

ISchematicExpandLinksByAttributeRule.SetOfCharactersSeparator Property

List of Characters Separator character.

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

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

Product Availability

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

See Also

ISchematicExpandLinksByAttributeRule Interface