Class EditSubopCommand
Inheritance
EditSubopCommand
Assembly: NXOpen.dll
Syntax
public class EditSubopCommand : TaggedObject, IMessageSink
Constructors
EditSubopCommand()
Declaration
protected EditSubopCommand()
Properties
ContainmentType
Declaration
public EditSubopCommand.ContainmentTypes ContainmentType { get; set; }
Property Value
PointType
Declaration
public EditSubopCommand.PointTypes PointType { get; set; }
Property Value
Methods
GetStartPoints(out Point[])
Declaration
public void GetStartPoints(out Point[] startPoint)
Parameters
Type |
Name |
Description |
Point[] |
startPoint |
|
SetStartPoints(Point[])
Declaration
public void SetStartPoints(Point[] startPoint)
Parameters
Type |
Name |
Description |
Point[] |
startPoint |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink