Class HoleCalloutSettingsBuilder
Inheritance
System.Object
System.MarshalByRefObject
HoleCalloutSettingsBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class HoleCalloutSettingsBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
HoleCalloutSettingsBuilder()
Declaration
protected HoleCalloutSettingsBuilder()
Methods
DeleteLineBreak(HoleCalloutSettingsBuilder.Featuretype, Int32)
Declaration
public void DeleteLineBreak(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
Parameters
GetLeaderAttachment()
Declaration
public HoleCalloutSettingsBuilder.LeaderAttachment GetLeaderAttachment()
Returns
GetLineSpaceFactor()
Declaration
public double GetLineSpaceFactor()
Returns
Type |
Description |
System.Double |
|
GetListOfFeatures()
Declaration
public HoleCalloutSettingsBuilder.Featuretype[] GetListOfFeatures()
Returns
GetListOfParameters(HoleCalloutSettingsBuilder.Featuretype)
Declaration
public HoleCalloutSettingsBuilder.Parametertype[] GetListOfParameters(HoleCalloutSettingsBuilder.Featuretype featureType)
Parameters
Returns
GetNthParameterDisplay(HoleCalloutSettingsBuilder.Featuretype, Int32)
Declaration
public bool GetNthParameterDisplay(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
Parameters
Returns
Type |
Description |
System.Boolean |
|
GetNthParameterPrefix(HoleCalloutSettingsBuilder.Featuretype, Int32)
Declaration
public string[] GetNthParameterPrefix(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
Parameters
Returns
Type |
Description |
System.String[] |
|
GetNthParameterStyle(HoleCalloutSettingsBuilder.Featuretype, Int32)
Declaration
public StyleBuilder GetNthParameterStyle(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
Parameters
Returns
GetNthParameterSuffix(HoleCalloutSettingsBuilder.Featuretype, Int32)
Declaration
public string[] GetNthParameterSuffix(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
Parameters
Returns
Type |
Description |
System.String[] |
|
GetNthParameterValue(HoleCalloutSettingsBuilder.Featuretype, Int32)
Declaration
public string GetNthParameterValue(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
Parameters
Returns
Type |
Description |
System.String |
|
GetNthParameterValueString(HoleCalloutSettingsBuilder.Featuretype, Int32)
Declaration
public string GetNthParameterValueString(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
Parameters
Returns
Type |
Description |
System.String |
|
GetParameterSpaceFactor()
Declaration
public double GetParameterSpaceFactor()
Returns
Type |
Description |
System.Double |
|
GetThroughHoleTextOfType(HoleCalloutSettingsBuilder.Featuretype)
Declaration
public string GetThroughHoleTextOfType(HoleCalloutSettingsBuilder.Featuretype featureType)
Parameters
Returns
Type |
Description |
System.String |
|
InsertLineBreak(HoleCalloutSettingsBuilder.Featuretype, Int32)
Declaration
public void InsertLineBreak(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
Parameters
ReorderParameters(HoleCalloutSettingsBuilder.Featuretype, HoleCalloutSettingsBuilder.Parametertype[])
Declaration
public bool ReorderParameters(HoleCalloutSettingsBuilder.Featuretype featureType, HoleCalloutSettingsBuilder.Parametertype[] parameters)
Parameters
Returns
Type |
Description |
System.Boolean |
|
ResetFromFeature(Feature, Component, View, Point3d)
Declaration
public void ResetFromFeature(Feature feature, Component partOccurrence, View view, Point3d pickPoint)
Parameters
SetLeaderAttachment(HoleCalloutSettingsBuilder.LeaderAttachment)
Declaration
public void SetLeaderAttachment(HoleCalloutSettingsBuilder.LeaderAttachment leaderAttachment)
Parameters
SetLineSpaceFactor(Double)
Declaration
public void SetLineSpaceFactor(double lineSpaceFactor)
Parameters
Type |
Name |
Description |
System.Double |
lineSpaceFactor |
|
SetNthParameterDisplay(HoleCalloutSettingsBuilder.Featuretype, Int32, Boolean)
Declaration
public void SetNthParameterDisplay(HoleCalloutSettingsBuilder.Featuretype featureType, int nth, bool parameterDisplay)
Parameters
SetNthParameterPrefix(HoleCalloutSettingsBuilder.Featuretype, Int32, String[])
Declaration
public void SetNthParameterPrefix(HoleCalloutSettingsBuilder.Featuretype featureType, int nth, string[] lines)
Parameters
SetNthParameterSuffix(HoleCalloutSettingsBuilder.Featuretype, Int32, String[])
Declaration
public void SetNthParameterSuffix(HoleCalloutSettingsBuilder.Featuretype featureType, int nth, string[] lines)
Parameters
SetNthParameterValue(HoleCalloutSettingsBuilder.Featuretype, Int32, String)
Declaration
public void SetNthParameterValue(HoleCalloutSettingsBuilder.Featuretype featureType, int nth, string value)
Parameters
SetParameterSpaceFactor(Double)
Declaration
public void SetParameterSpaceFactor(double parameterSpaceFactor)
Parameters
Type |
Name |
Description |
System.Double |
parameterSpaceFactor |
|
SetThroughHoleTextOfType(HoleCalloutSettingsBuilder.Featuretype, String)
Declaration
public void SetThroughHoleTextOfType(HoleCalloutSettingsBuilder.Featuretype featureType, string throughHoleTextString)
Parameters
ShiftDown(HoleCalloutSettingsBuilder.Featuretype, Int32)
Declaration
public void ShiftDown(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
Parameters
ShiftUp(HoleCalloutSettingsBuilder.Featuretype, Int32)
Declaration
public void ShiftUp(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
Parameters
Validate()
Declaration
Returns
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink