Class SmartFamily
Represents a smart family.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 17, 0, 0)]
public class SmartFamily : SmartDocument
Remarks
This class is available since v7.17.
Constructors
SmartFamily(DocumentId)
Initializes a new instance of the SmartFamily class of type Basic
Declaration
public SmartFamily(DocumentId inDocumentId)
Parameters
Type | Name | Description |
---|---|---|
DocumentId | inDocumentId | Document identifier of the document to reference. |
SmartFamily(DocumentId, DocumentReferenceType)
Initializes a new instance of the SmartFamily class of type Basic
Declaration
public SmartFamily(DocumentId inDocumentId, DocumentReferenceType inReferenceType)
Parameters
Type | Name | Description |
---|---|---|
DocumentId | inDocumentId | Document identifier of the document to reference. |
DocumentReferenceType | inReferenceType | Document reference type of the SmartDocument. |
SmartFamily(ElementId)
Initializes a new instance of the SmartFamily class of type Element.
Declaration
public SmartFamily(ElementId inElementId)
Parameters
Type | Name | Description |
---|---|---|
ElementId | inElementId | Identifier of providing element. |
SmartFamily(ElementId, DocumentReferenceType)
Initializes a new instance of the SmartFamily class of type Element.
Declaration
public SmartFamily(ElementId inElementId, DocumentReferenceType inReferenceType)
Parameters
Type | Name | Description |
---|---|---|
ElementId | inElementId | Identifier of providing element. |
DocumentReferenceType | inReferenceType | Document reference type of the SmartDocument. |