Creates a schematic in memory attribute.
[Visual Basic .NET] Public Function CreateSchematicAttribute ( _ ByVal Name As String, _ ByVal UID As UID _ ) As ISchematicAttribute
[C#] public ISchematicAttribute CreateSchematicAttribute ( string Name, UID UID );
[C++]
HRESULT CreateSchematicAttribute(
BSTR Name,
IUID* UID,
ISchematicAttribute** Attribute
);
[C++]Parameters
Name [in] Name is a parameter of type BSTR UID [in]UID is a parameter of type IUID
Attribute [out, retval]Attribute is a parameter of type ISchematicAttribute
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.