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 > ISchematicObjectClass Interface > ISchematicObjectClass.CreateSchematicAttribute Method (ArcObjects .NET 10.5 SDK) |
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