fuget.org
DynamoVisualProgramming.DynamoServices
by Autodesk
3.0.0-beta7134
Toggle Dropdown
API Diff
with 3.4.0-beta6842
Toggle Dropdown
DynamoVisualProgramming.DynamoServices.3.0.0-beta7134.nupkg
nuget.org
github.com
Apache License 2
<
PackageReference
Include
=
"DynamoVisualProgramming.DynamoServices"
Version
=
"3.0.0-beta7134"
/>
Frameworks
netstandard2.0
API Diff between 3.0.0-beta7134 and 3.4.0-beta6842
11
Additions
9
Removals
Autodesk.DesignScript.Interfaces
public
interface
IInstanceableGraphicItem
public
interface
IInstancingRenderPackage
public
interface
IRenderInstancedLabels
public
class
TessellationParameters
public
bool
UseRenderInstancing
{
get
;
set
; }
Dynamo.Logging
public
enum
Actions
MissingDocumentation
=
51
public
static
class
Analytics
public
static
void
LogPiiInfo
(
string
tag
,
string
data
)
public
static
Task
<
IDisposable
>
TrackTaskCommandEvent
(
string
name
,
string
description
=
""
,
int
?
value
=
default
,
IDictionary
<
string
,
object
>
parameters
=
null
)
public
static
Task
<
IDisposable
>
TrackTaskCommandEvent
(
string
name
,
string
description
=
""
,
int
?
value
=
default
)
public
enum
Categories
DynamoHomeOperations
=
27
DynamoMLDataPipelineOperations
=
26
public
interface
IAnalyticsClient
Task
<
IDisposable
>
CreateTaskCommandEvent
(
string
name
,
string
description
,
int
?
value
,
IDictionary
<
string
,
object
>
parameters
=
null
)
Task
<
IDisposable
>
CreateTaskCommandEvent
(
string
name
,
string
description
,
int
?
value
)
void
LogPiiInfo
(
string
tag
,
string
data
)
DynamoUnits
public
class
Display
public
enum
NumberFormat
public
static
int
Precision
{
get
; }
public
static
string
PrecisionFormat
{
get
;
set
; }
public
static
bool
RemoveTrailingZeros
{
get
;
set
; }
public
static
NumberFormat
UnitNumberFormat
{
get
;
set
; }
public
Display
()