This document is archived and information here might be outdated. Recommended version. |
Indicates whether paths to ACS files of the mosaic dataset are replaced.
[Visual Basic .NET]
Public Property ReplaceConnectionFilePaths As Boolean
[C#]
public bool ReplaceConnectionFilePaths {get; set;}
[C++]
HRESULT get_ReplaceConnectionFilePaths(
VARIANT_BOOL pbReplaceACSPaths
);
[C++]
HRESULT put_ReplaceConnectionFilePaths(
Boolean* pbReplaceACSPaths
);
[C++] Parameters pbReplaceACSPaths [in]
pbReplaceACSPaths is a parameter of type bool pbReplaceACSPaths [out, retval]
pbReplaceACSPaths is a parameter of type bool*