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 > ISchematicAttributeFunction Interface > ISchematicAttributeFunction.UserProgId Property (ArcObjects .NET 10.5 SDK) |
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