fuget.org
DynamoVisualProgramming.DynamoServices
by Autodesk
3.1.0-beta3526
Toggle Dropdown
API Diff
with 3.0.1-beta7352
Toggle Dropdown
DynamoVisualProgramming.DynamoServices.3.1.0-beta3526.nupkg
nuget.org
github.com
Apache License 2
<
PackageReference
Include
=
"DynamoVisualProgramming.DynamoServices"
Version
=
"3.1.0-beta3526"
/>
Frameworks
netstandard2.0
API Diff between 3.1.0-beta3526 and 3.0.1-beta7352
9
Additions
0
Removals
Dynamo.Logging
public
static
class
Analytics
public
static
void
LogPiiInfo
(
string
tag
,
string
data
)
public
interface
IAnalyticsClient
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
()