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


IPaper.FormName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPaper Interface > IPaper.FormName Property
ArcGIS Developer Help

IPaper.FormName Property

The Form Name.

[Visual Basic .NET]
Public ReadOnly Property FormName As String
[C#]
public string FormName {get;}
[C++]
HRESULT get_FormName(
  System.String* FormName
);
[C++]
Parameters
FormName [out, retval]

FormName is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPaper Interface