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


IARGlobeControl.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 > IARGlobeControl Interface > IARGlobeControl.HasCustomARConfiguration Property
ArcGIS Developer Help

IARGlobeControl.HasCustomARConfiguration Property

Indicates whether the current PMF is 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

IARGlobeControl Interface