AcSmPublishOptionsClassSetUnrecognizedSections Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
public virtual void SetUnrecognizedSections(
AcSmCustomPropertyBag sectionArray
)
Public Overridable Sub SetUnrecognizedSections (
sectionArray As AcSmCustomPropertyBag
)
public:
virtual void SetUnrecognizedSections(
[InAttribute] AcSmCustomPropertyBag^ sectionArray
)
abstract SetUnrecognizedSections :
sectionArray : AcSmCustomPropertyBag -> unit
override SetUnrecognizedSections :
sectionArray : AcSmCustomPropertyBag -> unit
Parameters
- sectionArray
- Type: BricscadSmAcSmCustomPropertyBag
Implements
IAcSmPublishOptionsSetUnrecognizedSections(AcSmCustomPropertyBag)
See Also