Dynamo.Graph.Workspaces.WorkspaceModel.GetSharedName C# (CSharp) 메소드

GetSharedName() 공개 메소드

Returns appropriate name of workspace for sharing.
public GetSharedName ( ) : string
리턴 string
        public virtual string GetSharedName()
        {
            return this.Name;
        }
WorkspaceModel