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


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

ISchematicAttributeFunction.UserProgId Property

User ProgId of the schematic attribute function.

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

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

Product Availability

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

See Also

ISchematicAttributeFunction Interface