Class SmartFamily
Represents a smart family.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 Smart
Declaration
public SmartFamily(DocumentId inDocumentId)
Parameters
Type | Name | Description |
---|---|---|
Document |
inDocumentId | Document identifier of the document to reference. |
SmartFamily(DocumentId, DocumentReferenceType)
Initializes a new instance of the Smart
Declaration
public SmartFamily(DocumentId inDocumentId, DocumentReferenceType inReferenceType)
Parameters
Type | Name | Description |
---|---|---|
Document |
inDocumentId | Document identifier of the document to reference. |
Document |
inReferenceType | Document reference type of the SmartDocument. |
SmartFamily(ElementId)
Initializes a new instance of the Smart
Declaration
public SmartFamily(ElementId inElementId)
Parameters
Type | Name | Description |
---|---|---|
Element |
inElementId | Identifier of providing element. |
SmartFamily(ElementId, DocumentReferenceType)
Initializes a new instance of the Smart
Declaration
public SmartFamily(ElementId inElementId, DocumentReferenceType inReferenceType)
Parameters
Type | Name | Description |
---|---|---|
Element |
inElementId | Identifier of providing element. |
Document |
inReferenceType | Document reference type of the SmartDocument. |