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 > ISchematicAttributeContainer Interface > ISchematicAttributeContainer.GetSchematicAttribute Method (ArcObjects .NET 10.5 SDK) |
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 );
Optional Values
[C++]
HRESULT GetSchematicAttribute(
BSTR Name,
VARIANT_BOOL RecursiveSearch,
ISchematicAttribute** Attribute
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR RecursiveSearch [in, optional, defaultvalue(VARIANT_FALSE)] RecursiveSearch is a parameter of type VARIANT_BOOL Attribute [out, retval]
Attribute is a parameter of type ISchematicAttribute