FamilyInstanceSymbol Property |
Returns or changes the FamilySymbol object that represents the type of the instance.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic FamilySymbol Symbol { get; set; }
Public Property Symbol As FamilySymbol
Get
Set
public:
property FamilySymbol^ Symbol {
FamilySymbol^ get ();
void set (FamilySymbol^ value);
}
member Symbol : FamilySymbol with get, set
Property Value
FamilySymbol
RemarksSetting this property will result in the type of the instance being changed. Related types
can be found by examining the Family to which the symbol belongs.
See Also