ExternalResourceTypes.BuiltInExternalResourceTypes.AssemblyCodeTable Property

ExternalResourceTypesBuiltInExternalResourceTypesAssemblyCodeTable Property

An external resource type representing assembly code data.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static ExternalResourceType AssemblyCodeTable { get; }
Public Shared ReadOnly Property AssemblyCodeTable As ExternalResourceType
	Get
public:
static property ExternalResourceType^ AssemblyCodeTable {
	ExternalResourceType^ get ();
}
static member AssemblyCodeTable : ExternalResourceType with get

Property Value

ExternalResourceType
See Also