IAcSmFilerReadProperty Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
void ReadProperty(
out string ppPropname,
out Object pVal
)
Sub ReadProperty (
<OutAttribute> ByRef ppPropname As String,
<OutAttribute> ByRef pVal As Object
)
void ReadProperty(
[OutAttribute] String^% ppPropname,
[OutAttribute] Object^% pVal
)
abstract ReadProperty :
ppPropname : string byref *
pVal : Object byref -> unit
Parameters
- ppPropname
- Type: SystemString
- pVal
- Type: SystemObject
See Also