Class ComponentFromCADBase
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel.ImportFromCAD
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class ComponentFromCADBase : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
| Type | Description |
|---|---|
| APIBase |
Properties
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
System.IEquatable<T>