ExternalDataManagerDataItemReferenceType Property |
The reference type of the data item (e.g. "Import", "Link", "Overlay", "Attachment").
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic string ReferenceType { get; set; }Public Property ReferenceType As String
Get
Set
public:
property String^ ReferenceType {
String^ get ();
void set (String^ value);
}member ReferenceType : string with get, set
Property Value
String
Exceptions
See Also