This document is archived and information here might be outdated. Recommended version. |
The EndRange.
[Visual Basic .NET] Public Property EndRange As IHatchInputValue
[C#] public IHatchInputValue EndRange {get; set;}
[C++]
HRESULT get_EndRange(
IHatchInputValue** ppEndRange
);
[C++]
HRESULT putref_EndRange(
IHatchInputValue* ppEndRange
);
[C++] Parameters ppEndRange [out, retval]
ppEndRange is a parameter of type IHatchInputValue** ppEndRange [in]
ppEndRange is a parameter of type IHatchInputValue*