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

Syntax

C#
public static double InternalGetAttributeValue<double>(
	AeccDbSlopePatternStyle* pSlopePatternStyle,
	int index,
	uint attributeId
)
Visual Basic
Public Shared Function InternalGetAttributeValue<double> ( _
	pSlopePatternStyle As AeccDbSlopePatternStyle*, _
	index As Integer, _
	attributeId As UInteger _
) As Double
Visual C++
public:
static double InternalGetAttributeValue<double>(
	AeccDbSlopePatternStyle* pSlopePatternStyle, 
	int index, 
	unsigned int attributeId
)

Parameters

pSlopePatternStyle
Type: AeccDbSlopePatternStyle*
index
Type: System..::..Int32
attributeId
Type: System..::..UInt32

See Also