NXOpen .NET Reference  12.0.0
Public Attributes | List of all members
NXOpen.RuleManager.FunctionInformation Struct Reference

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

Public Attributes

string ReturnType
 Return type of function More...
 
int NumArguments
 Number of arguments More...
 
string BriefDescription
 Brief description of function More...
 
string FullDescription
 Full description of function More...
 
string ReturnDescription
 Full description of return value More...
 
bool IsDynamic
 TRUE for dynamic methods More...
 
bool DesignLogic
 TRUE if usable in Design Logic 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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.