NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Attributes | List of all members
NXOpen.RuleManager.FunctionInformation Struct Reference

Used to return information about a function. More...

Public Attributes

string BriefDescription
 Brief description of function More...
 
bool DesignLogic
 TRUE if usable in Design Logic More...
 
string FullDescription
 Full description of function More...
 
bool IsDynamic
 TRUE for dynamic methods More...
 
int NumArguments
 Number of arguments More...
 
string ReturnDescription
 Full description of return value More...
 
string ReturnType
 Return type of function More...
 
string SeeAlso
 Other related functions, comma-separated list More...
 

Detailed Description

Used to return information about a function.

Member Data Documentation

string NXOpen.RuleManager.FunctionInformation.BriefDescription

Brief description of function

bool NXOpen.RuleManager.FunctionInformation.DesignLogic

TRUE if usable in Design Logic

string NXOpen.RuleManager.FunctionInformation.FullDescription

Full description of function

bool NXOpen.RuleManager.FunctionInformation.IsDynamic

TRUE for dynamic methods

int NXOpen.RuleManager.FunctionInformation.NumArguments

Number of arguments

string NXOpen.RuleManager.FunctionInformation.ReturnDescription

Full description of return value

string NXOpen.RuleManager.FunctionInformation.ReturnType

Return type of function

string NXOpen.RuleManager.FunctionInformation.SeeAlso

Other related functions, comma-separated list


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