This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGImportPathOptions Interface > IAGImportPathOptions.RollFactor Property (ArcObjects .NET 10.5 SDK) |
The roll factor.
[Visual Basic .NET] Public Property RollFactor As Double
[C#] public double RollFactor {get; set;}
[C++]
HRESULT get_RollFactor(
double* pRollFactor
);
[C++]
HRESULT put_RollFactor(
double pRollFactor
);
[C++]
Parameters pRollFactor [out, retval] pRollFactor is a parameter of type double pRollFactor [in] pRollFactor is a parameter of type double