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


ISchematicAlgoRelativeMainLine.ExcludedTypeValues Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgoRelativeMainLine Interface > ISchematicAlgoRelativeMainLine.ExcludedTypeValues Property
ArcGIS Developer Help

ISchematicAlgoRelativeMainLine.ExcludedTypeValues Property

Excluded type values.

[Visual Basic .NET]
Public Property ExcludedTypeValues As String
[C#]
public string ExcludedTypeValues {get; set;}
[C++]
HRESULT get_ExcludedTypeValues(
  System.String* Value
);
[C++]
HRESULT put_ExcludedTypeValues(
  BSTR Value
);
[C++]
Parameters
Value [out, retval]

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

Product Availability

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

See Also

ISchematicAlgoRelativeMainLine Interface