Share

QTOMaterial.GetFactor Method

Gets the factor value.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public double GetFactor(
	MaterialFactorType type
)

VB

Public Function GetFactor ( 
	type As MaterialFactorType
) As Double

C++

public:
double GetFactor(
	MaterialFactorType type
)

Parameters

type  MaterialFactorType
 

Return Value

Double

Exceptions

ExceptionCondition
ArgumentException Thrown when the factor type is not applicable.

See Also

Reference

Was this information helpful?