IAcSmEnumPropertyNext Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
void Next(
out string propname,
out AcSmCustomPropertyValue ppValue
)
Sub Next (
<OutAttribute> ByRef propname As String,
<OutAttribute> ByRef ppValue As AcSmCustomPropertyValue
)
void Next(
[OutAttribute] String^% propname,
[OutAttribute] AcSmCustomPropertyValue^% ppValue
)
abstract Next :
propname : string byref *
ppValue : AcSmCustomPropertyValue byref -> unit
Parameters
- propname
- Type: SystemString
- ppValue
- Type: BricscadSmAcSmCustomPropertyValue
See Also