Class MarkupObject
Inheritance
System.Object
System.MarshalByRefObject
MarkupObject
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)
Namespace: NXOpen.Markup
Assembly: NXOpen.dll
Syntax
public class MarkupObject : NXObject, IMessageSink, INXObject
Constructors
MarkupObject()
Declaration
protected MarkupObject()
Properties
AnchorObject
Declaration
public DisplayableObject AnchorObject { get; set; }
Property Value
Type | Description |
---|---|
DisplayableObject |
Comment
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PinToScreen
Declaration
public bool PinToScreen { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Visible
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetAssociatedObjects()
Declaration
public DisplayableObject[] GetAssociatedObjects()
Returns
Type | Description |
---|---|
DisplayableObject[] |
GetLeaderLineLength()
Declaration
public double GetLeaderLineLength()
Returns
Type | Description |
---|---|
System.Double |
GetLocation()
Declaration
public Point2d GetLocation()
Returns
Type | Description |
---|---|
Point2d |
GetTerminatingObjects()
Declaration
public DisplayableObject[] GetTerminatingObjects()
Returns
Type | Description |
---|---|
DisplayableObject[] |
SetAssociatedObjects(DisplayableObject[])
Declaration
public void SetAssociatedObjects(DisplayableObject[] associatedObjects)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject[] | associatedObjects |
SetLeaderLineLength(Double)
Declaration
public void SetLeaderLineLength(double length)
Parameters
Type | Name | Description |
---|---|---|
System.Double | length |
SetLocation(Point2d)
Declaration
public void SetLocation(Point2d location)
Parameters
Type | Name | Description |
---|---|---|
Point2d | location |
SetTerminatingObjects(DisplayableObject[])
Declaration
public void SetTerminatingObjects(DisplayableObject[] terminatingObjs)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject[] | terminatingObjs |
Implements
System.Runtime.Remoting.Messaging.IMessageSink