IOPMPropertyExtensionShowProperty Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
void ShowProperty(
int dispID,
out int pShow
)
Sub ShowProperty (
dispID As Integer,
<OutAttribute> ByRef pShow As Integer
)
void ShowProperty(
[InAttribute] int dispID,
[OutAttribute] int% pShow
)
abstract ShowProperty :
dispID : int *
pShow : int byref -> unit
Parameters
- dispID
- Type: SystemInt32
- pShow
- Type: SystemInt32
See Also