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


ISchematicAttributeFunction.UserProgId Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

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(
  BSTR* 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