AcadXRecordClassGetXRecordData Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
public virtual void GetXRecordData(
out Object XRecordDataType,
out Object XRecordDataValue
)
Public Overridable Sub GetXRecordData (
<OutAttribute> ByRef XRecordDataType As Object,
<OutAttribute> ByRef XRecordDataValue As Object
)
public:
virtual void GetXRecordData(
[OutAttribute] Object^% XRecordDataType,
[OutAttribute] Object^% XRecordDataValue
)
abstract GetXRecordData :
XRecordDataType : Object byref *
XRecordDataValue : Object byref -> unit
override GetXRecordData :
XRecordDataType : Object byref *
XRecordDataValue : Object byref -> unit
Parameters
- XRecordDataType
- Type: SystemObject
- XRecordDataValue
- Type: SystemObject
Implements
IAcadXRecordGetXRecordData(Object, Object)
See Also