Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.5.768.0
Syntax
C# |
---|
public static AcDbObjectId* InternalGetAttributeValue<AcDbObjectId>(
AcDbObjectId* param0,
AeccDbSlopePatternStyle* pSlopePatternStyle,
int index,
uint attributeId
) |
Visual Basic |
---|
Visual Basic does not support APIs that consume or return unsafe types. |
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