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


IARControl.HasCustomARConfiguration Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARControl Interface > IARControl.HasCustomARConfiguration Property
ArcGIS Developer Help

IARControl.HasCustomARConfiguration Property

Is the current PMF using settings stored in the PMF.

[Visual Basic .NET]
Public ReadOnly Property HasCustomARConfiguration As Boolean
[C#]
public bool HasCustomARConfiguration {get;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

This property can be used to determine if the currently loaded document has been published with an embedded ArcReader Template File (ART).

See Also

IARControl Interface