GetSectionTypeSettings メソッド(ActiveX)

断面タイプ設定オブジェクトを取得します。

サポートされているプラットフォーム: Windows のみ

構文と要素

VBA:

RetVal = object.GetSectionTypeSettings(secType)
object

タイプ: SectionSettings

このメソッドが適用されるオブジェクト。

secType

アクセス: 入力のみ

タイプ: AcSectionType 列挙型

  • acSectionType2dSection
  • acSectionType3dSection
  • acSectionTypeLiveSection

戻り値(RetVal)

タイプ: SectionTypeSettings

断面値の設定を表す SectionTypeSettings オブジェクト。

注意

追加の注意はありません。

VBA:

Not available

Visual LISP:

Not available