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


ISchematicObjectClass.CreateSchematicAttribute Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicObjectClass.CreateSchematicAttribute Method

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.

See Also

ISchematicObjectClass Interface