Interface IGraphableEmbedContainer
Assembly: UI Graph API Documentation Project.dll
Syntax
public interface IGraphableEmbedContainer : IGraphable
Properties
GraphableEmbedViewObjects
Declaration
IGraphableEmbedViewObject[] GraphableEmbedViewObjects { get; }
Property Value
Methods
EmbedGraphables(List<GraphableEmbedData>)
Declaration
void EmbedGraphables(List<GraphableEmbedData> graphableEmbedDatas)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<GraphableEmbedData> |
graphableEmbedDatas |
|