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


ISchematicAttributeProperty.PropertyName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAttributeProperty Interface > ISchematicAttributeProperty.PropertyName Property
ArcGIS Developer Help

ISchematicAttributeProperty.PropertyName Property

Property name of the schematic attribute property.

[Visual Basic .NET]
Public Property PropertyName As String
[C#]
public string PropertyName {get; set;}
[C++]
HRESULT get_PropertyName(
  System.String* PropertyName
);
[C++]
HRESULT put_PropertyName(
  BSTR PropertyName
);
[C++]
Parameters
PropertyName [out, retval]

PropertyName is a parameter of type BSTR* PropertyName [in]
PropertyName is a parameter of type BSTR

Product Availability

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

See Also

ISchematicAttributeProperty Interface