Search Results for

    Show / Hide Table of Contents

    Class ViewStyleFPCalloutConfigBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ViewStyleFPCalloutConfigBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class ViewStyleFPCalloutConfigBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    ViewStyleFPCalloutConfigBuilder()

    Declaration
    protected ViewStyleFPCalloutConfigBuilder()

    Methods

    GetCalloutOffsetDistance()

    Declaration
    public double GetCalloutOffsetDistance()
    Returns
    Type Description
    double

    GetContents(string)

    Declaration
    public string[] GetContents(string calloutType)
    Parameters
    Type Name Description
    string calloutType
    Returns
    Type Description
    string[]

    GetOrientationType()

    Declaration
    public ViewStyleFPCalloutConfigBuilder.OrientationType GetOrientationType()
    Returns
    Type Description
    ViewStyleFPCalloutConfigBuilder.OrientationType

    SetCalloutOffsetDistance(double)

    Declaration
    public void SetCalloutOffsetDistance(double calloutOffset)
    Parameters
    Type Name Description
    double calloutOffset

    SetContents(string, string[])

    Declaration
    public void SetContents(string calloutType, string[] contents)
    Parameters
    Type Name Description
    string calloutType
    string[] contents

    SetOrientationType(OrientationType)

    Declaration
    public void SetOrientationType(ViewStyleFPCalloutConfigBuilder.OrientationType orientation)
    Parameters
    Type Name Description
    ViewStyleFPCalloutConfigBuilder.OrientationType orientation

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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