ArcObjects Library Reference (Schematic)  

ISchematicAlgoRelativeMainLine.UseTypeAttribute Property

Indicates if the algorithm uses type values to distinguish between lines.

ERROR: Syntax information about ISchematicAlgoRelativeMainLine.UseTypeAttribute may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Schematic.dll

[C++]
HRESULT get_UseTypeAttribute(
  VARIANT_BOOL* pVal
);
[C++]
HRESULT put_UseTypeAttribute(
  VARIANT_BOOL pVal
);
[C++]

Parameters

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

Product Availability

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

See Also

ISchematicAlgoRelativeMainLine Interface