NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Classes | Public Types | Public Member Functions | List of all members
NXOpen.UF.UFUgfont Class Reference

Contains wrappers for all 'UF_UGFONT' functions and data types. More...

Inheritance diagram for NXOpen.UF.UFUgfont:
NXOpen.Utilities.NXRemotableObject IMessageSink

Classes

struct  FontHeader
 Wrapper for UF_UGFONT_font_header_s More...
 

Public Types

enum  Type
 Wrapper for UF_UGFONT_type_e More...
 

Public Member Functions

void AddFont (NXOpen.Tag fte, out int index, string font)
 Wrapper method for UF_UGFONT_add_font More...
 
void AddStandardFont (NXOpen.Tag fte, out int index, string font)
 Wrapper method for UF_UGFONT_add_standard_font More...
 
void AskFontHeader (NXOpen.Tag fte, int font, out FontHeader header)
 Wrapper method for UF_UGFONT_ask_font_header More...
 
unsafe void AskFontName (NXOpen.Tag fte, int index, out string font_name)
 Wrapper method for UF_UGFONT_ask_font_name More...
 
unsafe void AskFontStyles (NXOpen.Tag fte, int index, out int num_styles, out string[] styles)
 Wrapper method for UF_UGFONT_ask_font_styles More...
 
void AskFontType (NXOpen.Tag fte, int index, out Type type)
 Wrapper method for UF_UGFONT_ask_font_type More...
 
void AskNumberOfFonts (NXOpen.Tag fte, out int num)
 Wrapper method for UF_UGFONT_ask_number_of_fonts More...
 
void ReplaceFont (NXOpen.Tag fte, int index, string font)
 Wrapper method for UF_UGFONT_replace_font More...
 
void ReplaceFont1 (NXOpen.Tag fte, int index, Type type, string font)
 Wrapper method for UF_UGFONT_replace_font_1 More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Detailed Description

Contains wrappers for all 'UF_UGFONT' functions and data types.

Member Enumeration Documentation

Wrapper for UF_UGFONT_type_e

Refer to UF_UGFONT_type_e for documentation

Member Function Documentation

void NXOpen.UF.UFUgfont.AddFont ( NXOpen.Tag  fte,
out int  index,
string  font 
)
inline

Wrapper method for UF_UGFONT_add_font

Refer to UF_UGFONT_add_font for documentation

License requirements:None

void NXOpen.UF.UFUgfont.AddStandardFont ( NXOpen.Tag  fte,
out int  index,
string  font 
)
inline

Wrapper method for UF_UGFONT_add_standard_font

Refer to UF_UGFONT_add_standard_font for documentation

License requirements:None

void NXOpen.UF.UFUgfont.AskFontHeader ( NXOpen.Tag  fte,
int  font,
out FontHeader  header 
)
inline

Wrapper method for UF_UGFONT_ask_font_header

Refer to UF_UGFONT_ask_font_header for documentation

License requirements:None

unsafe void NXOpen.UF.UFUgfont.AskFontName ( NXOpen.Tag  fte,
int  index,
out string  font_name 
)
inline

Wrapper method for UF_UGFONT_ask_font_name

Refer to UF_UGFONT_ask_font_name for documentation

License requirements:None

unsafe void NXOpen.UF.UFUgfont.AskFontStyles ( NXOpen.Tag  fte,
int  index,
out int  num_styles,
out string[]  styles 
)
inline

Wrapper method for UF_UGFONT_ask_font_styles

Refer to UF_UGFONT_ask_font_styles for documentation

License requirements:None

void NXOpen.UF.UFUgfont.AskFontType ( NXOpen.Tag  fte,
int  index,
out Type  type 
)
inline

Wrapper method for UF_UGFONT_ask_font_type

Refer to UF_UGFONT_ask_font_type for documentation

License requirements:None

void NXOpen.UF.UFUgfont.AskNumberOfFonts ( NXOpen.Tag  fte,
out int  num 
)
inline

Wrapper method for UF_UGFONT_ask_number_of_fonts

Refer to UF_UGFONT_ask_number_of_fonts for documentation

License requirements:None

void NXOpen.UF.UFUgfont.ReplaceFont ( NXOpen.Tag  fte,
int  index,
string  font 
)
inline

Wrapper method for UF_UGFONT_replace_font

Refer to UF_UGFONT_replace_font for documentation

License requirements:None

void NXOpen.UF.UFUgfont.ReplaceFont1 ( NXOpen.Tag  fte,
int  index,
Type  type,
string  font 
)
inline

Wrapper method for UF_UGFONT_replace_font_1

Refer to UF_UGFONT_replace_font_1 for documentation

License requirements:None


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.