Class Template
Inheritance
System.Object
System.MarshalByRefObject
Template
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.PartFamily
Assembly: NXOpen.dll
Syntax
public class Template : NXObject, IMessageSink, INXObject
Constructors
Template()
Declaration
protected Template()
Properties
TemplateName
Declaration
public string TemplateName { get; }
Property Value
Type | Description |
---|---|
System.String |
Version
Declaration
public int Version { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
GetAttributes()
Declaration
public FamilyAttribute[] GetAttributes()
Returns
Type | Description |
---|---|
FamilyAttribute[] |
GetMembers(out String[])
Declaration
public void GetMembers(out string[] members)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | members |
GetValidAttributeValues(FamilyAttribute)
Declaration
public string[] GetValidAttributeValues(FamilyAttribute attr)
Parameters
Type | Name | Description |
---|---|---|
FamilyAttribute | attr |
Returns
Type | Description |
---|---|
System.String[] |
IsValidMemberName(String)
Declaration
public bool IsValidMemberName(string memberName)
Parameters
Type | Name | Description |
---|---|---|
System.String | memberName |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink