Struct GraphableEmbedData
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
public struct GraphableEmbedData
Constructors
GraphableEmbedData(IGraphable, String)
Declaration
public GraphableEmbedData(IGraphable graphable, string embedViewObjectGuid)
Parameters
Type | Name | Description |
---|---|---|
IGraphable | graphable | |
System.String | embedViewObjectGuid |
Fields
embedViewObjectGuid
Declaration
public string embedViewObjectGuid
Field Value
Type | Description |
---|---|
System.String |
graphable
Declaration
public IGraphable graphable
Field Value
Type | Description |
---|---|
IGraphable |