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


ISchematicAttributeContainer.GetSchematicAttribute Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAttributeContainer Interface > ISchematicAttributeContainer.GetSchematicAttribute Method
ArcGIS Developer Help

ISchematicAttributeContainer.GetSchematicAttribute Method

Retrives recursively or not the schematic attribute referenced by the specified Name.

[Visual Basic .NET]
Public Function GetSchematicAttribute ( _
    ByVal Name As String, _
    [ByVal RecursiveSearch As Boolean] _
) As ISchematicAttribute
[C#]
public ISchematicAttribute GetSchematicAttribute (
    string Name,
    bool RecursiveSearch
);
[C++]
HRESULT GetSchematicAttribute(
  BSTR Name,
  VARIANT_BOOL RecursiveSearch
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR RecursiveSearch [in, optional, defaultvalue()]
RecursiveSearch is a parameter of type bool

Product Availability

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

See Also

ISchematicAttributeContainer Interface