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


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

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
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR UID [in]
UID is a parameter of type IUID*

Product Availability

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

See Also

ISchematicObjectClass Interface