Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public static AcDbObjectId* InternalGetAttributeValue<AcDbObjectId>(
AcDbObjectId* param0,
AeccDbSlopePatternStyle* pSlopePatternStyle,
int index,
uint attributeId
) |
Visual Basic |
---|
Public Shared Function InternalGetAttributeValue<AcDbObjectId> ( _
param0 As AcDbObjectId*, _
pSlopePatternStyle As AeccDbSlopePatternStyle*, _
index As Integer, _
attributeId As UInteger _
) As AcDbObjectId* |
Visual C++ |
---|
public:
static AcDbObjectId* InternalGetAttributeValue<AcDbObjectId>(
AcDbObjectId* param0,
AeccDbSlopePatternStyle* pSlopePatternStyle,
int index,
unsigned int attributeId
) |
Parameters
- param0
- Type: AcDbObjectId*
- pSlopePatternStyle
- Type: AeccDbSlopePatternStyle*
- index
- Type: System..::..Int32
- attributeId
- Type: System..::..UInt32
See Also