Search Results for

    Show / Hide Table of Contents

    Class UFUgfont

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    UFUgfont
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public class UFUgfont : NXRemotableObject, IMessageSink

    Methods

    AddFont(Tag, out int, string)

    Declaration
    public void AddFont(Tag fte, out int index, string font)
    Parameters
    Type Name Description
    Tag fte
    int index
    string font

    AddStandardFont(Tag, out int, string)

    Declaration
    public void AddStandardFont(Tag fte, out int index, string font)
    Parameters
    Type Name Description
    Tag fte
    int index
    string font

    AskFontHeader(Tag, int, out FontHeader)

    Declaration
    public void AskFontHeader(Tag fte, int font, out UFUgfont.FontHeader header)
    Parameters
    Type Name Description
    Tag fte
    int font
    UFUgfont.FontHeader header

    AskFontName(Tag, int, out string)

    Declaration
    public void AskFontName(Tag fte, int index, out string font_name)
    Parameters
    Type Name Description
    Tag fte
    int index
    string font_name

    AskFontStyles(Tag, int, out int, out string[])

    Declaration
    public void AskFontStyles(Tag fte, int index, out int num_styles, out string[] styles)
    Parameters
    Type Name Description
    Tag fte
    int index
    int num_styles
    string[] styles

    AskFontType(Tag, int, out Type)

    Declaration
    public void AskFontType(Tag fte, int index, out UFUgfont.Type type)
    Parameters
    Type Name Description
    Tag fte
    int index
    UFUgfont.Type type

    AskNumberOfFonts(Tag, out int)

    Declaration
    public void AskNumberOfFonts(Tag fte, out int num)
    Parameters
    Type Name Description
    Tag fte
    int num

    ReplaceFont(Tag, int, string)

    Declaration
    public void ReplaceFont(Tag fte, int index, string font)
    Parameters
    Type Name Description
    Tag fte
    int index
    string font

    ReplaceFont1(Tag, int, Type, string)

    Declaration
    public void ReplaceFont1(Tag fte, int index, UFUgfont.Type type, string font)
    Parameters
    Type Name Description
    Tag fte
    int index
    UFUgfont.Type type
    string font

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX