This document is archived and information here might be outdated. Recommended version. |
The type of the random value generator.
[Visual Basic .NET] Public Property GeneratorType As esriRandomFunctionGeneratorType
[C#] public esriRandomFunctionGeneratorType GeneratorType {get; set;}
[C++]
HRESULT get_GeneratorType(
esriRandomFunctionGeneratorType* pType
);
[C++]
HRESULT put_GeneratorType(
esriRandomFunctionGeneratorType pType
);
[C++] Parameters pType [out, retval]
pType is a parameter of type esriRandomFunctionGeneratorType* pType [in]
pType is a parameter of type esriRandomFunctionGeneratorType