This document is archived and information here might be outdated. Recommended version. |
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