CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtomExOutputPort.Config

    出力ポート作成用コンフィグ構造体

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: CriWare
    Assembly: CriWare.CriAtom.dll
    Syntax
    [Serializable]
    public struct CriAtomExOutputPort.Config
    Remarks

    説明: 出力ポートを作成するための構造体です。 CriAtomExOutputPort(in Config) 関数の引数に指定します。

    Fields

    maxIgnoredCategories

    出力ポートのカテゴリの最大無視設定数

    Declaration
    public uint maxIgnoredCategories
    Field Value
    Type Description
    uint
    Remarks

    説明: 出力ポートに指定できるカテゴリ無視設定が行える最大数。

    備考: 一度指定した値をあとから変更することはできません。

    name

    出力ポート名

    Declaration
    public NativeString name
    Field Value
    Type Description
    NativeString
    Remarks

    説明: 出力ポートの名前を指定します。

    備考: 文字列の長さは OutputPortMaxNameLength 以下である必要があります。 一度指定したポート名をあとから変更することはできません。

    type

    出力ポートタイプ

    Declaration
    public CriAtomExOutputPort.Type type
    Field Value
    Type Description
    CriAtomExOutputPort.Type
    Remarks

    説明: 出力ポートのタイプを指定します。

    備考: 一度指定したポートタイプをあとから変更することはできません。

    See Also

    CriAtomExOutputPort(in Config)
    In this article
    Back to top Generated by DocFX