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

Syntax

C#
public static void InternalSetAttributeValue<AcDbObjectId>(
	AeccDbSlopePatternStyle* pSlopePatternStyle,
	int index,
	uint attributeId,
	AcDbObjectId newVal
)
Visual Basic
Public Shared Sub InternalSetAttributeValue<AcDbObjectId> ( _
	pSlopePatternStyle As AeccDbSlopePatternStyle*, _
	index As Integer, _
	attributeId As UInteger, _
	newVal As AcDbObjectId _
)
Visual C++
public:
static void InternalSetAttributeValue<AcDbObjectId>(
	AeccDbSlopePatternStyle* pSlopePatternStyle, 
	int index, 
	unsigned int attributeId, 
	AcDbObjectId newVal
)

Parameters

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

See Also