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