This document is archived and information here might be outdated. Recommended version. |
Indicates whether datasets are clipped to their footprints.
[Visual Basic .NET] Public Property EnableClipToFootprint As Boolean
[C#] public bool EnableClipToFootprint {get; set;}
[C++]
HRESULT get_EnableClipToFootprint(
VARIANT_BOOL pbEnableClipToFootprint
);
[C++]
HRESULT put_EnableClipToFootprint(
Boolean* pbEnableClipToFootprint
);
[C++]
Parameters pbEnableClipToFootprint [in]
pbEnableClipToFootprint is a parameter of type bool pbEnableClipToFootprint [out, retval]
pbEnableClipToFootprint is a parameter of type bool*