Document.SubType Property
Parent Object: DocumentDescription
Gets/Sets the sub-Type (a published GUID. See DocCLSIDs.h) of this Document. Setting a new sub-Type will invoke a validation sequence and may fail if the operation is invalid.
Syntax
Document.SubType() As StringProperty Value
This is a read/write property whose value is a String.Samples
Name | Description |
Sheet Metal Style Display | This sample illustrates getting information about sheet metal styles. |
Sheet Metal Style Creation | This sample illustrates creating a new sheet metal style. It uses a bend table and assumes the sample bend table delivered with Inventor is available. You can edit the path below to reference any existing bend table. To use the sample make sure a bend table is available at the specified path, open a sheet metal document, and run the sample. |