Show / Hide Table of Contents

Class Pose

Inheritance
System.Object
Variable
Pose
Axial
Cartesian
Inherited Members
Variable.Name
Variable.StoreType
Variable.Type
Variable.Scope
Variable.IsSignal
Variable.CleanName(String)
Namespace: UrlLib
Assembly: UrlLib.dll
Syntax
public class Pose : Variable

Constructors

Pose(String, Scope, StoreType)

Constructor for a variable of Pose type

Declaration
[JsonConstructor]
public Pose(string name, Scope scope = Scope.Local, StoreType storeType = StoreType.NonPersistent)
Parameters
Type Name Description
System.String name

Pose name

Scope scope

Scope type

StoreType storeType

Properties

InitValue

Get init value (string)

Declaration
public override string InitValue { get; }
Property Value
Type Description
System.String
Overrides
Variable.InitValue
In This Article
Back to top Wepall 2021. All rights reserved.