Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public static void InternalSetAttributeValue<double>(
AeccDbSlopePatternStyle* pSlopePatternStyle,
int index,
uint attributeId,
double newVal
) |
Visual Basic |
---|
Public Shared Sub InternalSetAttributeValue<double> ( _
pSlopePatternStyle As AeccDbSlopePatternStyle*, _
index As Integer, _
attributeId As UInteger, _
newVal As Double _
) |
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