This document is archived and information here might be outdated. Recommended version. |
Indicates whether paths in raster types are replaced.
[Visual Basic .NET]
Public Property ReplaceRasterTypePaths As Boolean
[C#]
public bool ReplaceRasterTypePaths {get; set;}
[C++]
HRESULT get_ReplaceRasterTypePaths(
VARIANT_BOOL pbReplaceRasterTypePaths
);
[C++]
HRESULT put_ReplaceRasterTypePaths(
Boolean* pbReplaceRasterTypePaths
);
[C++] Parameters pbReplaceRasterTypePaths [in]
pbReplaceRasterTypePaths is a parameter of type bool pbReplaceRasterTypePaths [out, retval]
pbReplaceRasterTypePaths is a parameter of type bool*