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

Syntax

C#
public static void InternalSetAttributeValue<double>(
	AeccDbSlopePatternStyle* pSlopePatternStyle,
	int index,
	uint attributeId,
	double newVal
)
Visual Basic
Visual Basic does not support APIs that consume or return unsafe types.
Visual C++
public:
static void InternalSetAttributeValue<double>(
	AeccDbSlopePatternStyle* pSlopePatternStyle, 
	int index, 
	unsigned int attributeId, 
	double newVal
)

Parameters

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

See Also